Html Css Color HEX #CF3083 Deep Cerise

📋 copy color: '#CF3083'

red 207 ◦ green 48 ◦ blue 131

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

Shades of Deep Cerise #CF3083

Tints of Deep Cerise #CF3083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.94%

R = 53.63%
G = 12.44%
B = 33.94%

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

#CF3083 (or 0xCF3083) is known color: Deep Cerise. HEX triplet: CF, 30 and 83. RGB value is (207,48,131). Sum of RGB (Red+Green+Blue) = 207+48+131=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3083 is #30CF7C. Grayscale: #686868. Windows color (decimal): -3198845 or 8597711. OLE color: 8597711.

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

Color convert

RGB 207 48 131 -
CMYK 0 0.77 0.37 0.19
HSL 328.68º 0.62% 0.5% -
HSV(B) 328.68º 0.77% 0.81% -
XYZ 30.89 17.02 23.13 -
YUV 105 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 207 48 131 0 0.77 0.37 0.19 328.68 0.62 0.5
Hex CF 30 83 0 4D 25 13 149 3E 32
Octal 317 60 203 0 115 45 23 511 76 62
Binary 11001111 110000 10000011 0 1001101 100101 10011 101001001 111110 110010

Color Harmonies of #CF3083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3083

Black with #CF3083

Text Example


Text Example

White with #CF3083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3083; }

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

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

background-color css

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

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

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

border-color css

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

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

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