Html Css Color HEX #CC229D Medium Violet Red

📋 copy color: '#CC229D'

red 204 ◦ green 34 ◦ blue 157

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

Shades of Medium Violet Red #CC229D

Tints of Medium Violet Red #CC229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.61%

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 51.65%
G = 8.61%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC229D (or 0xCC229D) is known color: Medium Violet Red. HEX triplet: CC, 22 and 9D. RGB value is (204,34,157). Sum of RGB (Red+Green+Blue) = 204+34+157=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC229D is #33DD62. Grayscale: #626262. Windows color (decimal): -3399011 or 10298060. OLE color: 10298060.

HSL color Cylindrical-coordinate representation of color #CC229D: hue angle of 316.59º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC229D is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 157 -
CMYK 0 0.83 0.23 0.2
HSL 316.59º 0.71% 0.47% -
HSV(B) 316.59º 0.83% 0.8% -
XYZ 31.56 16.42 33.4 -
YUV 98.85 160.82 203 -
System Red Green Blue C M Y K H S L
Decimal 204 34 157 0 0.83 0.23 0.2 316.59 0.71 0.47
Hex CC 22 9D 0 53 17 14 13D 47 2F
Octal 314 42 235 0 123 27 24 475 107 57
Binary 11001100 100010 10011101 0 1010011 10111 10100 100111101 1000111 101111

Color Harmonies of #CC229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC229D

Black with #CC229D

Text Example


Text Example

White with #CC229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC229D; }

 p { color: rgb(204,34,157); }

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

background-color css

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

 a { background-color: rgb(204,34,157); }

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

border-color css

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

 span { border-color: rgb(204,34,157); }

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