Html Css Color HEX #CF3580 Deep Cerise

📋 copy color: '#CF3580'

red 207 ◦ green 53 ◦ blue 128

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

Shades of Deep Cerise #CF3580

Tints of Deep Cerise #CF3580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.66%

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

R = 53.35%
G = 13.66%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF3580 (or 0xCF3580) is known color: Deep Cerise. HEX triplet: CF, 35 and 80. RGB value is (207,53,128). Sum of RGB (Red+Green+Blue) = 207+53+128=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3580 is #30CA7F. Grayscale: #6B6B6B. Windows color (decimal): -3197568 or 8402383. OLE color: 8402383.

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

Color convert

RGB 207 53 128 -
CMYK 0 0.74 0.38 0.19
HSL 330.78º 0.62% 0.51% -
HSV(B) 330.78º 0.74% 0.81% -
XYZ 30.9 17.37 22.15 -
YUV 107.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 207 53 128 0 0.74 0.38 0.19 330.78 0.62 0.51
Hex CF 35 80 0 4A 26 13 14B 3E 33
Octal 317 65 200 0 112 46 23 513 76 63
Binary 11001111 110101 10000000 0 1001010 100110 10011 101001011 111110 110011

Color Harmonies of #CF3580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3580

Black with #CF3580

Text Example


Text Example

White with #CF3580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3580; }

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

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

background-color css

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

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

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

border-color css

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

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

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