Html Css Color HEX #CF09CA Deep Magenta

📋 copy color: '#CF09CA'

red 207 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #CF09CA

Tints of Deep Magenta #CF09CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 49.52%
G = 2.15%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF09CA (or 0xCF09CA) is known color: Deep Magenta. HEX triplet: CF, 09 and CA. RGB value is (207,9,202). Sum of RGB (Red+Green+Blue) = 207+9+202=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09CA is #30F635. Grayscale: #595959. Windows color (decimal): -3208758 or 13240783. OLE color: 13240783.

HSL color Cylindrical-coordinate representation of color #CF09CA: hue angle of 301.52º 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 #CF09CA is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 202 -
CMYK 0 0.96 0.02 0.19
HSL 301.52º 0.92% 0.42% -
HSV(B) 301.52º 0.96% 0.81% -
XYZ 36.49 17.73 57.38 -
YUV 90.2 191.1 211.31 -
System Red Green Blue C M Y K H S L
Decimal 207 9 202 0 0.96 0.02 0.19 301.52 0.92 0.42
Hex CF 9 CA 0 60 2 13 12E 5C 2A
Octal 317 11 312 0 140 2 23 456 134 52
Binary 11001111 1001 11001010 0 1100000 10 10011 100101110 1011100 101010

Color Harmonies of #CF09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09CA

Black with #CF09CA

Text Example


Text Example

White with #CF09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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