Html Css Color HEX #CF3896 Deep Cerise

📋 copy color: '#CF3896'

red 207 ◦ green 56 ◦ blue 150

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

Shades of Deep Cerise #CF3896

Tints of Deep Cerise #CF3896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.56%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 50.12%
G = 13.56%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF3896 (or 0xCF3896) is known color: Deep Cerise. HEX triplet: CF, 38 and 96. RGB value is (207,56,150). Sum of RGB (Red+Green+Blue) = 207+56+150=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3896 is #30C769. Grayscale: #6F6F6F. Windows color (decimal): -3196778 or 9844943. OLE color: 9844943.

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

Color convert

RGB 207 56 150 -
CMYK 0 0.73 0.28 0.19
HSL 322.65º 0.61% 0.52% -
HSV(B) 322.65º 0.73% 0.81% -
XYZ 32.65 18.3 30.66 -
YUV 111.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 207 56 150 0 0.73 0.28 0.19 322.65 0.61 0.52
Hex CF 38 96 0 49 1C 13 143 3D 34
Octal 317 70 226 0 111 34 23 503 75 64
Binary 11001111 111000 10010110 0 1001001 11100 10011 101000011 111101 110100

Color Harmonies of #CF3896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3896

Black with #CF3896

Text Example


Text Example

White with #CF3896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3896; }

 p { color: rgb(207,56,150); }

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

background-color css

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

 a { background-color: rgb(207,56,150); }

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

border-color css

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

 span { border-color: rgb(207,56,150); }

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