Html Css Color HEX #CF3992 Deep Cerise

📋 copy color: '#CF3992'

red 207 ◦ green 57 ◦ blue 146

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

Shades of Deep Cerise #CF3992

Tints of Deep Cerise #CF3992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.9%

 BLUE value IS 146 (57.42% from 255) = 35.61%

R = 50.49%
G = 13.9%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF3992 (or 0xCF3992) is known color: Deep Cerise. HEX triplet: CF, 39 and 92. RGB value is (207,57,146). Sum of RGB (Red+Green+Blue) = 207+57+146=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3992 is #30C66D. Grayscale: #6F6F6F. Windows color (decimal): -3196526 or 9583055. OLE color: 9583055.

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

Color convert

RGB 207 57 146 -
CMYK 0 0.72 0.29 0.19
HSL 324.4º 0.61% 0.52% -
HSV(B) 324.4º 0.72% 0.81% -
XYZ 32.38 18.27 29.01 -
YUV 112 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 207 57 146 0 0.72 0.29 0.19 324.4 0.61 0.52
Hex CF 39 92 0 48 1D 13 144 3D 34
Octal 317 71 222 0 110 35 23 504 75 64
Binary 11001111 111001 10010010 0 1001000 11101 10011 101000100 111101 110100

Color Harmonies of #CF3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3992

Black with #CF3992

Text Example


Text Example

White with #CF3992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3992; }

 p { color: rgb(207,57,146); }

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

background-color css

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

 a { background-color: rgb(207,57,146); }

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

border-color css

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

 span { border-color: rgb(207,57,146); }

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