Html Css Color HEX #CC348D Deep Cerise

📋 copy color: '#CC348D'

red 204 ◦ green 52 ◦ blue 141

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

Shades of Deep Cerise #CC348D

Tints of Deep Cerise #CC348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 51.39%
G = 13.1%
B = 35.52%

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

#CC348D (or 0xCC348D) is known color: Deep Cerise. HEX triplet: CC, 34 and 8D. RGB value is (204,52,141). Sum of RGB (Red+Green+Blue) = 204+52+141=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC348D is #33CB72. Grayscale: #6B6B6B. Windows color (decimal): -3394419 or 9254092. OLE color: 9254092.

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

Color convert

RGB 204 52 141 -
CMYK 0 0.75 0.31 0.2
HSL 324.87º 0.6% 0.5% -
HSV(B) 324.87º 0.75% 0.8% -
XYZ 30.94 17.22 26.89 -
YUV 107.59 146.86 196.76 -
System Red Green Blue C M Y K H S L
Decimal 204 52 141 0 0.75 0.31 0.2 324.87 0.6 0.5
Hex CC 34 8D 0 4B 1F 14 145 3C 32
Octal 314 64 215 0 113 37 24 505 74 62
Binary 11001100 110100 10001101 0 1001011 11111 10100 101000101 111100 110010

Color Harmonies of #CC348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC348D

Black with #CC348D

Text Example


Text Example

White with #CC348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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