Html Css Color HEX #CF2C8C Deep Cerise

📋 copy color: '#CF2C8C'

red 207 ◦ green 44 ◦ blue 140

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

Shades of Deep Cerise #CF2C8C

Tints of Deep Cerise #CF2C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 52.94%
G = 11.25%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF2C8C (or 0xCF2C8C) is known color: Deep Cerise. HEX triplet: CF, 2C and 8C. RGB value is (207,44,140). Sum of RGB (Red+Green+Blue) = 207+44+140=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2C8C is #30D373. Grayscale: #676767. Windows color (decimal): -3199860 or 9186511. OLE color: 9186511.

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

Color convert

RGB 207 44 140 -
CMYK 0 0.79 0.32 0.19
HSL 324.66º 0.65% 0.49% -
HSV(B) 324.66º 0.79% 0.81% -
XYZ 31.37 16.96 26.43 -
YUV 103.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 207 44 140 0 0.79 0.32 0.19 324.66 0.65 0.49
Hex CF 2C 8C 0 4F 20 13 145 41 31
Octal 317 54 214 0 117 40 23 505 101 61
Binary 11001111 101100 10001100 0 1001111 100000 10011 101000101 1000001 110001

Color Harmonies of #CF2C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2C8C

Black with #CF2C8C

Text Example


Text Example

White with #CF2C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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