Html Css Color HEX #CF3394 Deep Cerise

📋 copy color: '#CF3394'

red 207 ◦ green 51 ◦ blue 148

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

Shades of Deep Cerise #CF3394

Tints of Deep Cerise #CF3394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.56%

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

R = 50.99%
G = 12.56%
B = 36.45%

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

#CF3394 (or 0xCF3394) is known color: Deep Cerise. HEX triplet: CF, 33 and 94. RGB value is (207,51,148). Sum of RGB (Red+Green+Blue) = 207+51+148=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3394 is #30CC6B. Grayscale: #6C6C6C. Windows color (decimal): -3198060 or 9712591. OLE color: 9712591.

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

Color convert

RGB 207 51 148 -
CMYK 0 0.75 0.29 0.19
HSL 322.69º 0.62% 0.51% -
HSV(B) 322.69º 0.75% 0.81% -
XYZ 32.26 17.77 29.75 -
YUV 108.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 207 51 148 0 0.75 0.29 0.19 322.69 0.62 0.51
Hex CF 33 94 0 4B 1D 13 143 3E 33
Octal 317 63 224 0 113 35 23 503 76 63
Binary 11001111 110011 10010100 0 1001011 11101 10011 101000011 111110 110011

Color Harmonies of #CF3394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3394

Black with #CF3394

Text Example


Text Example

White with #CF3394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3394; }

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

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

background-color css

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

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

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

border-color css

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

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

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