Html Css Color HEX #CC348F Deep Cerise

📋 copy color: '#CC348F'

red 204 ◦ green 52 ◦ blue 143

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

Shades of Deep Cerise #CC348F

Tints of Deep Cerise #CC348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 51.13%
G = 13.03%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC348F (or 0xCC348F) is known color: Deep Cerise. HEX triplet: CC, 34 and 8F. RGB value is (204,52,143). Sum of RGB (Red+Green+Blue) = 204+52+143=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC348F is #33CB70. Grayscale: #6B6B6B. Windows color (decimal): -3394417 or 9385164. OLE color: 9385164.

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

Color convert

RGB 204 52 143 -
CMYK 0 0.75 0.30 0.2
HSL 324.08º 0.6% 0.5% -
HSV(B) 324.08º 0.75% 0.8% -
XYZ 31.09 17.28 27.68 -
YUV 107.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 204 52 143 0 0.75 0.30 0.2 324.08 0.6 0.5
Hex CC 34 8F 0 4B 1E 14 144 3C 32
Octal 314 64 217 0 113 36 24 504 74 62
Binary 11001100 110100 10001111 0 1001011 11110 10100 101000100 111100 110010

Color Harmonies of #CC348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC348F

Black with #CC348F

Text Example


Text Example

White with #CC348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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