Html Css Color HEX #CF2D9B Deep Cerise

📋 copy color: '#CF2D9B'

red 207 ◦ green 45 ◦ blue 155

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

Shades of Deep Cerise #CF2D9B

Tints of Deep Cerise #CF2D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 50.86%
G = 11.06%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF2D9B (or 0xCF2D9B) is known color: Deep Cerise. HEX triplet: CF, 2D and 9B. RGB value is (207,45,155). Sum of RGB (Red+Green+Blue) = 207+45+155=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D9B is #30D264. Grayscale: #696969. Windows color (decimal): -3199589 or 10169807. OLE color: 10169807.

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

Color convert

RGB 207 45 155 -
CMYK 0 0.78 0.25 0.19
HSL 319.26º 0.64% 0.49% -
HSV(B) 319.26º 0.78% 0.81% -
XYZ 32.59 17.51 32.67 -
YUV 105.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 207 45 155 0 0.78 0.25 0.19 319.26 0.64 0.49
Hex CF 2D 9B 0 4E 19 13 13F 40 31
Octal 317 55 233 0 116 31 23 477 100 61
Binary 11001111 101101 10011011 0 1001110 11001 10011 100111111 1000000 110001

Color Harmonies of #CF2D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D9B

Black with #CF2D9B

Text Example


Text Example

White with #CF2D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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