Html Css Color HEX #CF2677 Deep Cerise

📋 copy color: '#CF2677'

red 207 ◦ green 38 ◦ blue 119

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

Shades of Deep Cerise #CF2677

Tints of Deep Cerise #CF2677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.69%

R = 56.87%
G = 10.44%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF2677 (or 0xCF2677) is known color: Deep Cerise. HEX triplet: CF, 26 and 77. RGB value is (207,38,119). Sum of RGB (Red+Green+Blue) = 207+38+119=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2677 is #30D988. Grayscale: #616161. Windows color (decimal): -3201417 or 7808719. OLE color: 7808719.

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

Color convert

RGB 207 38 119 -
CMYK 0 0.82 0.43 0.19
HSL 331.24º 0.69% 0.48% -
HSV(B) 331.24º 0.82% 0.81% -
XYZ 29.76 15.98 18.97 -
YUV 97.77 139.99 205.91 -
System Red Green Blue C M Y K H S L
Decimal 207 38 119 0 0.82 0.43 0.19 331.24 0.69 0.48
Hex CF 26 77 0 52 2B 13 14B 45 30
Octal 317 46 167 0 122 53 23 513 105 60
Binary 11001111 100110 1110111 0 1010010 101011 10011 101001011 1000101 110000

Color Harmonies of #CF2677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2677

Black with #CF2677

Text Example


Text Example

White with #CF2677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2677; }

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

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

background-color css

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

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

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

border-color css

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

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

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