Html Css Color HEX #CF2672 Deep Cerise

📋 copy color: '#CF2672'

red 207 ◦ green 38 ◦ blue 114

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

Shades of Deep Cerise #CF2672

Tints of Deep Cerise #CF2672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.58%

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 57.66%
G = 10.58%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF2672 (or 0xCF2672) is known color: Deep Cerise. HEX triplet: CF, 26 and 72. RGB value is (207,38,114). Sum of RGB (Red+Green+Blue) = 207+38+114=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2672 is #30D98D. Grayscale: #616161. Windows color (decimal): -3201422 or 7481039. OLE color: 7481039.

HSL color Cylindrical-coordinate representation of color #CF2672: hue angle of 333.02º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2672 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 38 114 -
CMYK 0 0.82 0.45 0.19
HSL 333.02º 0.69% 0.48% -
HSV(B) 333.02º 0.82% 0.81% -
XYZ 29.46 15.87 17.43 -
YUV 97.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 207 38 114 0 0.82 0.45 0.19 333.02 0.69 0.48
Hex CF 26 72 0 52 2D 13 14D 45 30
Octal 317 46 162 0 122 55 23 515 105 60
Binary 11001111 100110 1110010 0 1010010 101101 10011 101001101 1000101 110000

Color Harmonies of #CF2672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2672

Black with #CF2672

Text Example


Text Example

White with #CF2672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2672; }

 p { color: rgb(207,38,114); }

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

background-color css

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

 a { background-color: rgb(207,38,114); }

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

border-color css

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

 span { border-color: rgb(207,38,114); }

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