Html Css Color HEX #CF2B7E Deep Cerise

📋 copy color: '#CF2B7E'

red 207 ◦ green 43 ◦ blue 126

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

Shades of Deep Cerise #CF2B7E

Tints of Deep Cerise #CF2B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 55.05%
G = 11.44%
B = 33.51%

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

#CF2B7E (or 0xCF2B7E) is known color: Deep Cerise. HEX triplet: CF, 2B and 7E. RGB value is (207,43,126). Sum of RGB (Red+Green+Blue) = 207+43+126=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2B7E is #30D481. Grayscale: #656565. Windows color (decimal): -3200130 or 8268751. OLE color: 8268751.

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

Color convert

RGB 207 43 126 -
CMYK 0 0.79 0.39 0.19
HSL 329.63º 0.66% 0.49% -
HSV(B) 329.63º 0.79% 0.81% -
XYZ 30.36 16.5 21.32 -
YUV 101.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 207 43 126 0 0.79 0.39 0.19 329.63 0.66 0.49
Hex CF 2B 7E 0 4F 27 13 14A 42 31
Octal 317 53 176 0 117 47 23 512 102 61
Binary 11001111 101011 1111110 0 1001111 100111 10011 101001010 1000010 110001

Color Harmonies of #CF2B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B7E

Black with #CF2B7E

Text Example


Text Example

White with #CF2B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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