Html Css Color HEX #CF09A6 Medium Violet Red

📋 copy color: '#CF09A6'

red 207 ◦ green 9 ◦ blue 166

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

Shades of Medium Violet Red #CF09A6

Tints of Medium Violet Red #CF09A6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.36%

 BLUE value IS 166 (65.23% from 255) = 43.46%

R = 54.19%
G = 2.36%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF09A6 (or 0xCF09A6) is known color: Medium Violet Red. HEX triplet: CF, 09 and A6. RGB value is (207,9,166). Sum of RGB (Red+Green+Blue) = 207+9+166=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF09A6 is #30F659. Grayscale: #555555. Windows color (decimal): -3208794 or 10881487. OLE color: 10881487.

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

Color convert

RGB 207 9 166 -
CMYK 0 0.96 0.20 0.19
HSL 312.42º 0.92% 0.42% -
HSV(B) 312.42º 0.96% 0.81% -
XYZ 32.71 16.21 37.48 -
YUV 86.1 173.1 214.23 -
System Red Green Blue C M Y K H S L
Decimal 207 9 166 0 0.96 0.20 0.19 312.42 0.92 0.42
Hex CF 9 A6 0 60 14 13 138 5C 2A
Octal 317 11 246 0 140 24 23 470 134 52
Binary 11001111 1001 10100110 0 1100000 10100 10011 100111000 1011100 101010

Color Harmonies of #CF09A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09A6

Black with #CF09A6

Text Example


Text Example

White with #CF09A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09A6; }

 p { color: rgb(207,9,166); }

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

background-color css

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

 a { background-color: rgb(207,9,166); }

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

border-color css

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

 span { border-color: rgb(207,9,166); }

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