Html Css Color HEX #CF3499 Deep Cerise

📋 copy color: '#CF3499'

red 207 ◦ green 52 ◦ blue 153

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

Shades of Deep Cerise #CF3499

Tints of Deep Cerise #CF3499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.14%

R = 50.24%
G = 12.62%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF3499 (or 0xCF3499) is known color: Deep Cerise. HEX triplet: CF, 34 and 99. RGB value is (207,52,153). Sum of RGB (Red+Green+Blue) = 207+52+153=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3499 is #30CB66. Grayscale: #6D6D6D. Windows color (decimal): -3197799 or 10040527. OLE color: 10040527.

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

Color convert

RGB 207 52 153 -
CMYK 0 0.75 0.26 0.19
HSL 320.9º 0.62% 0.51% -
HSV(B) 320.9º 0.75% 0.81% -
XYZ 32.71 18.02 31.89 -
YUV 109.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 207 52 153 0 0.75 0.26 0.19 320.9 0.62 0.51
Hex CF 34 99 0 4B 1A 13 141 3E 33
Octal 317 64 231 0 113 32 23 501 76 63
Binary 11001111 110100 10011001 0 1001011 11010 10011 101000001 111110 110011

Color Harmonies of #CF3499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3499

Black with #CF3499

Text Example


Text Example

White with #CF3499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3499; }

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

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

background-color css

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

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

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

border-color css

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

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

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