Html Css Color HEX #CF3581 Deep Cerise

📋 copy color: '#CF3581'

red 207 ◦ green 53 ◦ blue 129

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

Shades of Deep Cerise #CF3581

Tints of Deep Cerise #CF3581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 53.21%
G = 13.62%
B = 33.16%

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

#CF3581 (or 0xCF3581) is known color: Deep Cerise. HEX triplet: CF, 35 and 81. RGB value is (207,53,129). Sum of RGB (Red+Green+Blue) = 207+53+129=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3581 is #30CA7E. Grayscale: #6B6B6B. Windows color (decimal): -3197567 or 8467919. OLE color: 8467919.

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

Color convert

RGB 207 53 129 -
CMYK 0 0.74 0.38 0.19
HSL 330.39º 0.62% 0.51% -
HSV(B) 330.39º 0.74% 0.81% -
XYZ 30.97 17.4 22.49 -
YUV 107.71 140.02 198.82 -
System Red Green Blue C M Y K H S L
Decimal 207 53 129 0 0.74 0.38 0.19 330.39 0.62 0.51
Hex CF 35 81 0 4A 26 13 14A 3E 33
Octal 317 65 201 0 112 46 23 512 76 63
Binary 11001111 110101 10000001 0 1001010 100110 10011 101001010 111110 110011

Color Harmonies of #CF3581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3581

Black with #CF3581

Text Example


Text Example

White with #CF3581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3581; }

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

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

background-color css

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

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

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

border-color css

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

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

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