Html Css Color HEX #CF06A2 Medium Violet Red

📋 copy color: '#CF06A2'

red 207 ◦ green 6 ◦ blue 162

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

Shades of Medium Violet Red #CF06A2

Tints of Medium Violet Red #CF06A2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 162 (63.67% from 255) = 43.2%

R = 55.2%
G = 1.6%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CF06A2 (or 0xCF06A2) is known color: Medium Violet Red. HEX triplet: CF, 06 and A2. RGB value is (207,6,162). Sum of RGB (Red+Green+Blue) = 207+6+162=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF06A2 is #30F95D. Grayscale: #535353. Windows color (decimal): -3209566 or 10618575. OLE color: 10618575.

HSL color Cylindrical-coordinate representation of color #CF06A2: hue angle of 313.43º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF06A2 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 162 -
CMYK 0 0.97 0.22 0.19
HSL 313.43º 0.94% 0.42% -
HSV(B) 313.43º 0.97% 0.81% -
XYZ 32.32 16 35.57 -
YUV 83.88 172.09 215.82 -
System Red Green Blue C M Y K H S L
Decimal 207 6 162 0 0.97 0.22 0.19 313.43 0.94 0.42
Hex CF 6 A2 0 61 16 13 139 5E 2A
Octal 317 6 242 0 141 26 23 471 136 52
Binary 11001111 110 10100010 0 1100001 10110 10011 100111001 1011110 101010

Color Harmonies of #CF06A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06A2

Black with #CF06A2

Text Example


Text Example

White with #CF06A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06A2; }

 p { color: rgb(207,6,162); }

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

background-color css

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

 a { background-color: rgb(207,6,162); }

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

border-color css

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

 span { border-color: rgb(207,6,162); }

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