Html Css Color HEX #CC3092 Deep Cerise

📋 copy color: '#CC3092'

red 204 ◦ green 48 ◦ blue 146

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

Shades of Deep Cerise #CC3092

Tints of Deep Cerise #CC3092

RGB

 RED value IS 204 (80.08% from 255) = 51.26%

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 51.26%
G = 12.06%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC3092 (or 0xCC3092) is known color: Deep Cerise. HEX triplet: CC, 30 and 92. RGB value is (204,48,146). Sum of RGB (Red+Green+Blue) = 204+48+146=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3092 is #33CF6D. Grayscale: #696969. Windows color (decimal): -3395438 or 9580748. OLE color: 9580748.

HSL color Cylindrical-coordinate representation of color #CC3092: hue angle of 322.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3092 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 146 -
CMYK 0 0.76 0.28 0.2
HSL 322.31º 0.62% 0.49% -
HSV(B) 322.31º 0.76% 0.8% -
XYZ 31.15 17.03 28.84 -
YUV 105.82 150.68 198.03 -
System Red Green Blue C M Y K H S L
Decimal 204 48 146 0 0.76 0.28 0.2 322.31 0.62 0.49
Hex CC 30 92 0 4C 1C 14 142 3E 31
Octal 314 60 222 0 114 34 24 502 76 61
Binary 11001100 110000 10010010 0 1001100 11100 10100 101000010 111110 110001

Color Harmonies of #CC3092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3092

Black with #CC3092

Text Example


Text Example

White with #CC3092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3092; }

 p { color: rgb(204,48,146); }

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

background-color css

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

 a { background-color: rgb(204,48,146); }

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

border-color css

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

 span { border-color: rgb(204,48,146); }

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