Html Css Color HEX #CC398A Deep Cerise

📋 copy color: '#CC398A'

red 204 ◦ green 57 ◦ blue 138

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

Shades of Deep Cerise #CC398A

Tints of Deep Cerise #CC398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.29%

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 51.13%
G = 14.29%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC398A (or 0xCC398A) is known color: Deep Cerise. HEX triplet: CC, 39 and 8A. RGB value is (204,57,138). Sum of RGB (Red+Green+Blue) = 204+57+138=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC398A is #33C675. Grayscale: #6E6E6E. Windows color (decimal): -3393142 or 9058764. OLE color: 9058764.

HSL color Cylindrical-coordinate representation of color #CC398A: hue angle of 326.94º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC398A is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 138 -
CMYK 0 0.72 0.32 0.2
HSL 326.94º 0.59% 0.51% -
HSV(B) 326.94º 0.72% 0.8% -
XYZ 30.95 17.6 25.81 -
YUV 110.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 204 57 138 0 0.72 0.32 0.2 326.94 0.59 0.51
Hex CC 39 8A 0 48 20 14 147 3B 33
Octal 314 71 212 0 110 40 24 507 73 63
Binary 11001100 111001 10001010 0 1001000 100000 10100 101000111 111011 110011

Color Harmonies of #CC398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC398A

Black with #CC398A

Text Example


Text Example

White with #CC398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC398A; }

 p { color: rgb(204,57,138); }

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

background-color css

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

 a { background-color: rgb(204,57,138); }

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

border-color css

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

 span { border-color: rgb(204,57,138); }

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