Html Css Color HEX #CF217F Medium Violet Red

📋 copy color: '#CF217F'

red 207 ◦ green 33 ◦ blue 127

#CF217F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CF217F

Tints of Medium Violet Red #CF217F

RGB

 RED value IS 207 (81.25% from 255) = 56.4%

 GREEN value IS 33 (13.28% from 255) = 8.99%

 BLUE value IS 127 (50% from 255) = 34.6%

R = 56.4%
G = 8.99%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF217F (or 0xCF217F) is known color: Medium Violet Red. HEX triplet: CF, 21 and 7F. RGB value is (207,33,127). Sum of RGB (Red+Green+Blue) = 207+33+127=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF217F is #30DE80. Grayscale: #5F5F5F. Windows color (decimal): -3202689 or 8331727. OLE color: 8331727.

HSL color Cylindrical-coordinate representation of color #CF217F: hue angle of 327.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF217F is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 33 127 -
CMYK 0 0.84 0.39 0.19
HSL 327.59º 0.73% 0.47% -
HSV(B) 327.59º 0.84% 0.81% -
XYZ 30.11 15.89 21.56 -
YUV 95.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 207 33 127 0 0.84 0.39 0.19 327.59 0.73 0.47
Hex CF 21 7F 0 54 27 13 148 48 2F
Octal 317 41 177 0 124 47 23 510 110 57
Binary 11001111 100001 1111111 0 1010100 100111 10011 101001000 1001000 101111

Color Harmonies of #CF217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF217F

Black with #CF217F

Text Example


Text Example

White with #CF217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF217F; }

 p { color: rgb(207,33,127); }

 H1.HeaderClassName
 {
   color: #CF217F;
 }
 .AnyTagClassName
 {
   color: #CF217F;
 }
</style>

background-color css

<style>
 a { background-color: #CF217F; }

 a { background-color: rgb(207,33,127); }

 div.DivClassName
 {
   background-color: #CF217F;
 }
 .BgClassName
 {
   background-color: #CF217F;
 }
</style>

border-color css

<style>
 span { border-color: #CF217F; }

 span { border-color: rgb(207,33,127); }

 td.TdClassName
 {
   border-color: #CF217F;
 }
 .TagClassName
 {
   border-color: #CF217F;
 }
</style>