Html Css Color HEX #CF3884 Deep Cerise

📋 copy color: '#CF3884'

red 207 ◦ green 56 ◦ blue 132

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

Shades of Deep Cerise #CF3884

Tints of Deep Cerise #CF3884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 52.41%
G = 14.18%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF3884 (or 0xCF3884) is known color: Deep Cerise. HEX triplet: CF, 38 and 84. RGB value is (207,56,132). Sum of RGB (Red+Green+Blue) = 207+56+132=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3884 is #30C77B. Grayscale: #6D6D6D. Windows color (decimal): -3196796 or 8665295. OLE color: 8665295.

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

Color convert

RGB 207 56 132 -
CMYK 0 0.73 0.36 0.19
HSL 329.8º 0.61% 0.52% -
HSV(B) 329.8º 0.73% 0.81% -
XYZ 31.31 17.76 23.61 -
YUV 109.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 207 56 132 0 0.73 0.36 0.19 329.8 0.61 0.52
Hex CF 38 84 0 49 24 13 14A 3D 34
Octal 317 70 204 0 111 44 23 512 75 64
Binary 11001111 111000 10000100 0 1001001 100100 10011 101001010 111101 110100

Color Harmonies of #CF3884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3884

Black with #CF3884

Text Example


Text Example

White with #CF3884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3884; }

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

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

background-color css

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

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

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

border-color css

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

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

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