Html Css Color HEX #CC348C Deep Cerise

📋 copy color: '#CC348C'

red 204 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #CC348C

Tints of Deep Cerise #CC348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 51.52%
G = 13.13%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC348C (or 0xCC348C) is known color: Deep Cerise. HEX triplet: CC, 34 and 8C. RGB value is (204,52,140). Sum of RGB (Red+Green+Blue) = 204+52+140=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC348C is #33CB73. Grayscale: #6B6B6B. Windows color (decimal): -3394420 or 9188556. OLE color: 9188556.

HSL color Cylindrical-coordinate representation of color #CC348C: hue angle of 325.26º 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 #CC348C is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 140 -
CMYK 0 0.75 0.31 0.2
HSL 325.26º 0.6% 0.5% -
HSV(B) 325.26º 0.75% 0.8% -
XYZ 30.86 17.19 26.5 -
YUV 107.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 204 52 140 0 0.75 0.31 0.2 325.26 0.6 0.5
Hex CC 34 8C 0 4B 1F 14 145 3C 32
Octal 314 64 214 0 113 37 24 505 74 62
Binary 11001100 110100 10001100 0 1001011 11111 10100 101000101 111100 110010

Color Harmonies of #CC348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC348C

Black with #CC348C

Text Example


Text Example

White with #CC348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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