Html Css Color HEX #CC347E Deep Cerise

📋 copy color: '#CC347E'

red 204 ◦ green 52 ◦ blue 126

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

Shades of Deep Cerise #CC347E

Tints of Deep Cerise #CC347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 53.4%
G = 13.61%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC347E (or 0xCC347E) is known color: Deep Cerise. HEX triplet: CC, 34 and 7E. RGB value is (204,52,126). Sum of RGB (Red+Green+Blue) = 204+52+126=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC347E is #33CB81. Grayscale: #696969. Windows color (decimal): -3394434 or 8271052. OLE color: 8271052.

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

Color convert

RGB 204 52 126 -
CMYK 0 0.75 0.38 0.2
HSL 330.79º 0.6% 0.5% -
HSV(B) 330.79º 0.75% 0.8% -
XYZ 29.9 16.8 21.41 -
YUV 105.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 204 52 126 0 0.75 0.38 0.2 330.79 0.6 0.5
Hex CC 34 7E 0 4B 26 14 14B 3C 32
Octal 314 64 176 0 113 46 24 513 74 62
Binary 11001100 110100 1111110 0 1001011 100110 10100 101001011 111100 110010

Color Harmonies of #CC347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC347E

Black with #CC347E

Text Example


Text Example

White with #CC347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC347E; }

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

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

background-color css

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

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

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

border-color css

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

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

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