Html Css Color HEX #CF2FAB Deep Cerise

📋 copy color: '#CF2FAB'

red 207 ◦ green 47 ◦ blue 171

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

Shades of Deep Cerise #CF2FAB

Tints of Deep Cerise #CF2FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.06%

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 48.71%
G = 11.06%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF2FAB (or 0xCF2FAB) is known color: Deep Cerise. HEX triplet: CF, 2F and AB. RGB value is (207,47,171). Sum of RGB (Red+Green+Blue) = 207+47+171=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2FAB is #30D054. Grayscale: #6C6C6C. Windows color (decimal): -3199061 or 11218895. OLE color: 11218895.

HSL color Cylindrical-coordinate representation of color #CF2FAB: hue angle of 313.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2FAB is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 47 171 -
CMYK 0 0.77 0.17 0.19
HSL 313.5º 0.63% 0.5% -
HSV(B) 313.5º 0.77% 0.81% -
XYZ 34.1 18.24 40.25 -
YUV 108.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 207 47 171 0 0.77 0.17 0.19 313.5 0.63 0.5
Hex CF 2F AB 0 4D 11 13 13A 3F 32
Octal 317 57 253 0 115 21 23 472 77 62
Binary 11001111 101111 10101011 0 1001101 10001 10011 100111010 111111 110010

Color Harmonies of #CF2FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2FAB

Black with #CF2FAB

Text Example


Text Example

White with #CF2FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2FAB; }

 p { color: rgb(207,47,171); }

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

background-color css

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

 a { background-color: rgb(207,47,171); }

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

border-color css

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

 span { border-color: rgb(207,47,171); }

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