Html Css Color HEX #CF2C8A Deep Cerise

📋 copy color: '#CF2C8A'

red 207 ◦ green 44 ◦ blue 138

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

Shades of Deep Cerise #CF2C8A

Tints of Deep Cerise #CF2C8A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.31%

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 53.21%
G = 11.31%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF2C8A (or 0xCF2C8A) is known color: Deep Cerise. HEX triplet: CF, 2C and 8A. RGB value is (207,44,138). Sum of RGB (Red+Green+Blue) = 207+44+138=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2C8A is #30D375. Grayscale: #676767. Windows color (decimal): -3199862 or 9055439. OLE color: 9055439.

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

Color convert

RGB 207 44 138 -
CMYK 0 0.79 0.33 0.19
HSL 325.4º 0.65% 0.49% -
HSV(B) 325.4º 0.79% 0.81% -
XYZ 31.22 16.9 25.66 -
YUV 103.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 207 44 138 0 0.79 0.33 0.19 325.4 0.65 0.49
Hex CF 2C 8A 0 4F 21 13 145 41 31
Octal 317 54 212 0 117 41 23 505 101 61
Binary 11001111 101100 10001010 0 1001111 100001 10011 101000101 1000001 110001

Color Harmonies of #CF2C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2C8A

Black with #CF2C8A

Text Example


Text Example

White with #CF2C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2C8A; }

 p { color: rgb(207,44,138); }

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

background-color css

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

 a { background-color: rgb(207,44,138); }

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

border-color css

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

 span { border-color: rgb(207,44,138); }

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