Html Css Color HEX #CF0BAE Deep Magenta

📋 copy color: '#CF0BAE'

red 207 ◦ green 11 ◦ blue 174

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

Shades of Deep Magenta #CF0BAE

Tints of Deep Magenta #CF0BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

 BLUE value IS 174 (68.36% from 255) = 44.39%

R = 52.81%
G = 2.81%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF0BAE (or 0xCF0BAE) is known color: Deep Magenta. HEX triplet: CF, 0B and AE. RGB value is (207,11,174). Sum of RGB (Red+Green+Blue) = 207+11+174=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0BAE is #30F451. Grayscale: #575757. Windows color (decimal): -3208274 or 11406287. OLE color: 11406287.

HSL color Cylindrical-coordinate representation of color #CF0BAE: hue angle of 310.1º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0BAE is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 11 174 -
CMYK 0 0.95 0.16 0.19
HSL 310.1º 0.9% 0.43% -
HSV(B) 310.1º 0.95% 0.81% -
XYZ 33.49 16.56 41.48 -
YUV 88.19 176.43 212.75 -
System Red Green Blue C M Y K H S L
Decimal 207 11 174 0 0.95 0.16 0.19 310.1 0.9 0.43
Hex CF B AE 0 5F 10 13 136 5A 2B
Octal 317 13 256 0 137 20 23 466 132 53
Binary 11001111 1011 10101110 0 1011111 10000 10011 100110110 1011010 101011

Color Harmonies of #CF0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0BAE

Black with #CF0BAE

Text Example


Text Example

White with #CF0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0BAE; }

 p { color: rgb(207,11,174); }

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

background-color css

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

 a { background-color: rgb(207,11,174); }

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

border-color css

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

 span { border-color: rgb(207,11,174); }

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