Html Css Color HEX #CC34A8 Medium Red Violet

📋 copy color: '#CC34A8'

red 204 ◦ green 52 ◦ blue 168

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

Shades of Medium Red Violet #CC34A8

Tints of Medium Red Violet #CC34A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.62%

R = 48.11%
G = 12.26%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC34A8 (or 0xCC34A8) is known color: Medium Red Violet. HEX triplet: CC, 34 and A8. RGB value is (204,52,168). Sum of RGB (Red+Green+Blue) = 204+52+168=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC34A8 is #33CB57. Grayscale: #6E6E6E. Windows color (decimal): -3394392 or 11023564. OLE color: 11023564.

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

Color convert

RGB 204 52 168 -
CMYK 0 0.75 0.18 0.2
HSL 314.21º 0.6% 0.5% -
HSV(B) 314.21º 0.75% 0.8% -
XYZ 33.2 18.12 38.79 -
YUV 110.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 204 52 168 0 0.75 0.18 0.2 314.21 0.6 0.5
Hex CC 34 A8 0 4B 12 14 13A 3C 32
Octal 314 64 250 0 113 22 24 472 74 62
Binary 11001100 110100 10101000 0 1001011 10010 10100 100111010 111100 110010

Color Harmonies of #CC34A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34A8

Black with #CC34A8

Text Example


Text Example

White with #CC34A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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