Html Css Color HEX #CF2DAC Deep Cerise

📋 copy color: '#CF2DAC'

red 207 ◦ green 45 ◦ blue 172

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

Shades of Deep Cerise #CF2DAC

Tints of Deep Cerise #CF2DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.61%

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 48.82%
G = 10.61%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF2DAC (or 0xCF2DAC) is known color: Deep Cerise. HEX triplet: CF, 2D and AC. RGB value is (207,45,172). Sum of RGB (Red+Green+Blue) = 207+45+172=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2DAC is #30D253. Grayscale: #6B6B6B. Windows color (decimal): -3199572 or 11283919. OLE color: 11283919.

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

Color convert

RGB 207 45 172 -
CMYK 0 0.78 0.17 0.19
HSL 312.96º 0.64% 0.49% -
HSV(B) 312.96º 0.78% 0.81% -
XYZ 34.12 18.12 40.73 -
YUV 107.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 207 45 172 0 0.78 0.17 0.19 312.96 0.64 0.49
Hex CF 2D AC 0 4E 11 13 139 40 31
Octal 317 55 254 0 116 21 23 471 100 61
Binary 11001111 101101 10101100 0 1001110 10001 10011 100111001 1000000 110001

Color Harmonies of #CF2DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2DAC

Black with #CF2DAC

Text Example


Text Example

White with #CF2DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2DAC; }

 p { color: rgb(207,45,172); }

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

background-color css

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

 a { background-color: rgb(207,45,172); }

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

border-color css

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

 span { border-color: rgb(207,45,172); }

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