Html Css Color HEX #CF3595 Deep Cerise

📋 copy color: '#CF3595'

red 207 ◦ green 53 ◦ blue 149

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

Shades of Deep Cerise #CF3595

Tints of Deep Cerise #CF3595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 50.61%
G = 12.96%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF3595 (or 0xCF3595) is known color: Deep Cerise. HEX triplet: CF, 35 and 95. RGB value is (207,53,149). Sum of RGB (Red+Green+Blue) = 207+53+149=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3595 is #30CA6A. Grayscale: #6D6D6D. Windows color (decimal): -3197547 or 9778639. OLE color: 9778639.

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

Color convert

RGB 207 53 149 -
CMYK 0 0.74 0.28 0.19
HSL 322.6º 0.62% 0.51% -
HSV(B) 322.6º 0.74% 0.81% -
XYZ 32.43 17.98 30.2 -
YUV 109.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 207 53 149 0 0.74 0.28 0.19 322.6 0.62 0.51
Hex CF 35 95 0 4A 1C 13 143 3E 33
Octal 317 65 225 0 112 34 23 503 76 63
Binary 11001111 110101 10010101 0 1001010 11100 10011 101000011 111110 110011

Color Harmonies of #CF3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3595

Black with #CF3595

Text Example


Text Example

White with #CF3595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3595; }

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

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

background-color css

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

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

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

border-color css

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

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

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