Html Css Color HEX #CC347F Deep Cerise

📋 copy color: '#CC347F'

red 204 ◦ green 52 ◦ blue 127

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

Shades of Deep Cerise #CC347F

Tints of Deep Cerise #CC347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.16%

R = 53.26%
G = 13.58%
B = 33.16%

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

#CC347F (or 0xCC347F) is known color: Deep Cerise. HEX triplet: CC, 34 and 7F. RGB value is (204,52,127). Sum of RGB (Red+Green+Blue) = 204+52+127=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC347F is #33CB80. Grayscale: #696969. Windows color (decimal): -3394433 or 8336588. OLE color: 8336588.

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

Color convert

RGB 204 52 127 -
CMYK 0 0.75 0.38 0.2
HSL 330.39º 0.6% 0.5% -
HSV(B) 330.39º 0.75% 0.8% -
XYZ 29.96 16.83 21.75 -
YUV 106 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 204 52 127 0 0.75 0.38 0.2 330.39 0.6 0.5
Hex CC 34 7F 0 4B 26 14 14A 3C 32
Octal 314 64 177 0 113 46 24 512 74 62
Binary 11001100 110100 1111111 0 1001011 100110 10100 101001010 111100 110010

Color Harmonies of #CC347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC347F

Black with #CC347F

Text Example


Text Example

White with #CC347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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