Html Css Color HEX #CF3486 Deep Cerise

📋 copy color: '#CF3486'

red 207 ◦ green 52 ◦ blue 134

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

Shades of Deep Cerise #CF3486

Tints of Deep Cerise #CF3486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 52.67%
G = 13.23%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CF3486 (or 0xCF3486) is known color: Deep Cerise. HEX triplet: CF, 34 and 86. RGB value is (207,52,134). Sum of RGB (Red+Green+Blue) = 207+52+134=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3486 is #30CB79. Grayscale: #6B6B6B. Windows color (decimal): -3197818 or 8795343. OLE color: 8795343.

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

Color convert

RGB 207 52 134 -
CMYK 0 0.75 0.35 0.19
HSL 328.26º 0.62% 0.51% -
HSV(B) 328.26º 0.75% 0.81% -
XYZ 31.26 17.44 24.27 -
YUV 107.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 207 52 134 0 0.75 0.35 0.19 328.26 0.62 0.51
Hex CF 34 86 0 4B 23 13 148 3E 33
Octal 317 64 206 0 113 43 23 510 76 63
Binary 11001111 110100 10000110 0 1001011 100011 10011 101001000 111110 110011

Color Harmonies of #CF3486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3486

Black with #CF3486

Text Example


Text Example

White with #CF3486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3486; }

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

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

background-color css

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

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

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

border-color css

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

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

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