Html Css Color HEX #CF2782 Deep Cerise

📋 copy color: '#CF2782'

red 207 ◦ green 39 ◦ blue 130

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

Shades of Deep Cerise #CF2782

Tints of Deep Cerise #CF2782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 55.05%
G = 10.37%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF2782 (or 0xCF2782) is known color: Deep Cerise. HEX triplet: CF, 27 and 82. RGB value is (207,39,130). Sum of RGB (Red+Green+Blue) = 207+39+130=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2782 is #30D87D. Grayscale: #636363. Windows color (decimal): -3201150 or 8529871. OLE color: 8529871.

HSL color Cylindrical-coordinate representation of color #CF2782: hue angle of 327.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 #CF2782 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 39 130 -
CMYK 0 0.81 0.37 0.19
HSL 327.5º 0.68% 0.48% -
HSV(B) 327.5º 0.81% 0.81% -
XYZ 30.49 16.33 22.66 -
YUV 99.61 145.16 204.6 -
System Red Green Blue C M Y K H S L
Decimal 207 39 130 0 0.81 0.37 0.19 327.5 0.68 0.48
Hex CF 27 82 0 51 25 13 148 44 30
Octal 317 47 202 0 121 45 23 510 104 60
Binary 11001111 100111 10000010 0 1010001 100101 10011 101001000 1000100 110000

Color Harmonies of #CF2782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2782

Black with #CF2782

Text Example


Text Example

White with #CF2782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2782; }

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

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

background-color css

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

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

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

border-color css

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

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

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