Html Css Color HEX #CF3594 Deep Cerise

📋 copy color: '#CF3594'

red 207 ◦ green 53 ◦ blue 148

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

Shades of Deep Cerise #CF3594

Tints of Deep Cerise #CF3594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 50.74%
G = 12.99%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF3594 (or 0xCF3594) is known color: Deep Cerise. HEX triplet: CF, 35 and 94. RGB value is (207,53,148). Sum of RGB (Red+Green+Blue) = 207+53+148=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3594 is #30CA6B. Grayscale: #6D6D6D. Windows color (decimal): -3197548 or 9713103. OLE color: 9713103.

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

Color convert

RGB 207 53 148 -
CMYK 0 0.74 0.29 0.19
HSL 322.99º 0.62% 0.51% -
HSV(B) 322.99º 0.74% 0.81% -
XYZ 32.35 17.95 29.78 -
YUV 109.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 207 53 148 0 0.74 0.29 0.19 322.99 0.62 0.51
Hex CF 35 94 0 4A 1D 13 143 3E 33
Octal 317 65 224 0 112 35 23 503 76 63
Binary 11001111 110101 10010100 0 1001010 11101 10011 101000011 111110 110011

Color Harmonies of #CF3594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3594

Black with #CF3594

Text Example


Text Example

White with #CF3594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3594; }

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

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

background-color css

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

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

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

border-color css

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

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

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