Html Css Color HEX #CF2774 Deep Cerise

📋 copy color: '#CF2774'

red 207 ◦ green 39 ◦ blue 116

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

Shades of Deep Cerise #CF2774

Tints of Deep Cerise #CF2774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.77%

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 57.18%
G = 10.77%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF2774 (or 0xCF2774) is known color: Deep Cerise. HEX triplet: CF, 27 and 74. RGB value is (207,39,116). Sum of RGB (Red+Green+Blue) = 207+39+116=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2774 is #30D88B. Grayscale: #616161. Windows color (decimal): -3201164 or 7612367. OLE color: 7612367.

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

Color convert

RGB 207 39 116 -
CMYK 0 0.81 0.44 0.19
HSL 332.5º 0.68% 0.48% -
HSV(B) 332.5º 0.81% 0.81% -
XYZ 29.61 15.98 18.05 -
YUV 98.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 207 39 116 0 0.81 0.44 0.19 332.5 0.68 0.48
Hex CF 27 74 0 51 2C 13 14C 44 30
Octal 317 47 164 0 121 54 23 514 104 60
Binary 11001111 100111 1110100 0 1010001 101100 10011 101001100 1000100 110000

Color Harmonies of #CF2774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2774

Black with #CF2774

Text Example


Text Example

White with #CF2774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2774; }

 p { color: rgb(207,39,116); }

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

background-color css

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

 a { background-color: rgb(207,39,116); }

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

border-color css

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

 span { border-color: rgb(207,39,116); }

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