Html Css Color HEX #CF3585 Deep Cerise

📋 copy color: '#CF3585'

red 207 ◦ green 53 ◦ blue 133

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

Shades of Deep Cerise #CF3585

Tints of Deep Cerise #CF3585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 52.67%
G = 13.49%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF3585 (or 0xCF3585) is known color: Deep Cerise. HEX triplet: CF, 35 and 85. RGB value is (207,53,133). Sum of RGB (Red+Green+Blue) = 207+53+133=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3585 is #30CA7A. Grayscale: #6B6B6B. Windows color (decimal): -3197563 or 8730063. OLE color: 8730063.

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

Color convert

RGB 207 53 133 -
CMYK 0 0.74 0.36 0.19
HSL 328.83º 0.62% 0.51% -
HSV(B) 328.83º 0.74% 0.81% -
XYZ 31.24 17.51 23.92 -
YUV 108.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 207 53 133 0 0.74 0.36 0.19 328.83 0.62 0.51
Hex CF 35 85 0 4A 24 13 149 3E 33
Octal 317 65 205 0 112 44 23 511 76 63
Binary 11001111 110101 10000101 0 1001010 100100 10011 101001001 111110 110011

Color Harmonies of #CF3585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3585

Black with #CF3585

Text Example


Text Example

White with #CF3585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3585; }

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

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

background-color css

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

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

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

border-color css

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

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

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