Html Css Color HEX #CC348A Deep Cerise

📋 copy color: '#CC348A'

red 204 ◦ green 52 ◦ blue 138

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

Shades of Deep Cerise #CC348A

Tints of Deep Cerise #CC348A

RGB

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

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

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

R = 51.78%
G = 13.2%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC348A (or 0xCC348A) is known color: Deep Cerise. HEX triplet: CC, 34 and 8A. RGB value is (204,52,138). Sum of RGB (Red+Green+Blue) = 204+52+138=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC348A is #33CB75. Grayscale: #6B6B6B. Windows color (decimal): -3394422 or 9057484. OLE color: 9057484.

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

Color convert

RGB 204 52 138 -
CMYK 0 0.75 0.32 0.2
HSL 326.05º 0.6% 0.5% -
HSV(B) 326.05º 0.75% 0.8% -
XYZ 30.72 17.13 25.73 -
YUV 107.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 204 52 138 0 0.75 0.32 0.2 326.05 0.6 0.5
Hex CC 34 8A 0 4B 20 14 146 3C 32
Octal 314 64 212 0 113 40 24 506 74 62
Binary 11001100 110100 10001010 0 1001011 100000 10100 101000110 111100 110010

Color Harmonies of #CC348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC348A

Black with #CC348A

Text Example


Text Example

White with #CC348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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