Html Css Color HEX #CF2B8C Deep Cerise

📋 copy color: '#CF2B8C'

red 207 ◦ green 43 ◦ blue 140

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

Shades of Deep Cerise #CF2B8C

Tints of Deep Cerise #CF2B8C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.03%

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

R = 53.08%
G = 11.03%
B = 35.9%

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

#CF2B8C (or 0xCF2B8C) is known color: Deep Cerise. HEX triplet: CF, 2B and 8C. RGB value is (207,43,140). Sum of RGB (Red+Green+Blue) = 207+43+140=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2B8C is #30D473. Grayscale: #666666. Windows color (decimal): -3200116 or 9186255. OLE color: 9186255.

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

Color convert

RGB 207 43 140 -
CMYK 0 0.79 0.32 0.19
HSL 324.51º 0.66% 0.49% -
HSV(B) 324.51º 0.79% 0.81% -
XYZ 31.33 16.89 26.42 -
YUV 103.09 148.83 202.11 -
System Red Green Blue C M Y K H S L
Decimal 207 43 140 0 0.79 0.32 0.19 324.51 0.66 0.49
Hex CF 2B 8C 0 4F 20 13 145 42 31
Octal 317 53 214 0 117 40 23 505 102 61
Binary 11001111 101011 10001100 0 1001111 100000 10011 101000101 1000010 110001

Color Harmonies of #CF2B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B8C

Black with #CF2B8C

Text Example


Text Example

White with #CF2B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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