Html Css Color HEX #CF3082 Deep Cerise

📋 copy color: '#CF3082'

red 207 ◦ green 48 ◦ blue 130

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

Shades of Deep Cerise #CF3082

Tints of Deep Cerise #CF3082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.47%

 BLUE value IS 130 (51.17% from 255) = 33.77%

R = 53.77%
G = 12.47%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF3082 (or 0xCF3082) is known color: Deep Cerise. HEX triplet: CF, 30 and 82. RGB value is (207,48,130). Sum of RGB (Red+Green+Blue) = 207+48+130=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3082 is #30CF7D. Grayscale: #686868. Windows color (decimal): -3198846 or 8532175. OLE color: 8532175.

HSL color Cylindrical-coordinate representation of color #CF3082: hue angle of 329.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3082 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 48 130 -
CMYK 0 0.77 0.37 0.19
HSL 329.06º 0.62% 0.5% -
HSV(B) 329.06º 0.77% 0.81% -
XYZ 30.82 16.99 22.77 -
YUV 104.89 142.18 200.83 -
System Red Green Blue C M Y K H S L
Decimal 207 48 130 0 0.77 0.37 0.19 329.06 0.62 0.5
Hex CF 30 82 0 4D 25 13 149 3E 32
Octal 317 60 202 0 115 45 23 511 76 62
Binary 11001111 110000 10000010 0 1001101 100101 10011 101001001 111110 110010

Color Harmonies of #CF3082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3082

Black with #CF3082

Text Example


Text Example

White with #CF3082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3082; }

 p { color: rgb(207,48,130); }

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

background-color css

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

 a { background-color: rgb(207,48,130); }

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

border-color css

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

 span { border-color: rgb(207,48,130); }

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