Html Css Color HEX #CF3494 Deep Cerise

📋 copy color: '#CF3494'

red 207 ◦ green 52 ◦ blue 148

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

Shades of Deep Cerise #CF3494

Tints of Deep Cerise #CF3494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.78%

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

R = 50.86%
G = 12.78%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF3494 (or 0xCF3494) is known color: Deep Cerise. HEX triplet: CF, 34 and 94. RGB value is (207,52,148). Sum of RGB (Red+Green+Blue) = 207+52+148=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3494 is #30CB6B. Grayscale: #6D6D6D. Windows color (decimal): -3197804 or 9712847. OLE color: 9712847.

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

Color convert

RGB 207 52 148 -
CMYK 0 0.75 0.29 0.19
HSL 322.84º 0.62% 0.51% -
HSV(B) 322.84º 0.75% 0.81% -
XYZ 32.31 17.86 29.76 -
YUV 109.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 207 52 148 0 0.75 0.29 0.19 322.84 0.62 0.51
Hex CF 34 94 0 4B 1D 13 143 3E 33
Octal 317 64 224 0 113 35 23 503 76 63
Binary 11001111 110100 10010100 0 1001011 11101 10011 101000011 111110 110011

Color Harmonies of #CF3494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3494

Black with #CF3494

Text Example


Text Example

White with #CF3494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3494; }

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

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

background-color css

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

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

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

border-color css

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

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

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