Html Css Color HEX #CF3780 Deep Cerise

📋 copy color: '#CF3780'

red 207 ◦ green 55 ◦ blue 128

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

Shades of Deep Cerise #CF3780

Tints of Deep Cerise #CF3780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.1%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 53.08%
G = 14.1%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF3780 (or 0xCF3780) is known color: Deep Cerise. HEX triplet: CF, 37 and 80. RGB value is (207,55,128). Sum of RGB (Red+Green+Blue) = 207+55+128=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3780 is #30C87F. Grayscale: #6C6C6C. Windows color (decimal): -3197056 or 8402895. OLE color: 8402895.

HSL color Cylindrical-coordinate representation of color #CF3780: hue angle of 331.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3780 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 55 128 -
CMYK 0 0.73 0.38 0.19
HSL 331.18º 0.61% 0.51% -
HSV(B) 331.18º 0.73% 0.81% -
XYZ 30.99 17.56 22.18 -
YUV 108.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 207 55 128 0 0.73 0.38 0.19 331.18 0.61 0.51
Hex CF 37 80 0 49 26 13 14B 3D 33
Octal 317 67 200 0 111 46 23 513 75 63
Binary 11001111 110111 10000000 0 1001001 100110 10011 101001011 111101 110011

Color Harmonies of #CF3780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3780

Black with #CF3780

Text Example


Text Example

White with #CF3780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3780; }

 p { color: rgb(207,55,128); }

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

background-color css

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

 a { background-color: rgb(207,55,128); }

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

border-color css

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

 span { border-color: rgb(207,55,128); }

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