Html Css Color HEX #CF2B7F Deep Cerise

📋 copy color: '#CF2B7F'

red 207 ◦ green 43 ◦ blue 127

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

Shades of Deep Cerise #CF2B7F

Tints of Deep Cerise #CF2B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.69%

R = 54.91%
G = 11.41%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF2B7F (or 0xCF2B7F) is known color: Deep Cerise. HEX triplet: CF, 2B and 7F. RGB value is (207,43,127). Sum of RGB (Red+Green+Blue) = 207+43+127=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2B7F is #30D480. Grayscale: #656565. Windows color (decimal): -3200129 or 8334287. OLE color: 8334287.

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

Color convert

RGB 207 43 127 -
CMYK 0 0.79 0.39 0.19
HSL 329.27º 0.66% 0.49% -
HSV(B) 329.27º 0.79% 0.81% -
XYZ 30.43 16.53 21.66 -
YUV 101.61 142.33 203.17 -
System Red Green Blue C M Y K H S L
Decimal 207 43 127 0 0.79 0.39 0.19 329.27 0.66 0.49
Hex CF 2B 7F 0 4F 27 13 149 42 31
Octal 317 53 177 0 117 47 23 511 102 61
Binary 11001111 101011 1111111 0 1001111 100111 10011 101001001 1000010 110001

Color Harmonies of #CF2B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B7F

Black with #CF2B7F

Text Example


Text Example

White with #CF2B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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