Html Css Color HEX #CC228E Medium Violet Red

📋 copy color: '#CC228E'

red 204 ◦ green 34 ◦ blue 142

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

Shades of Medium Violet Red #CC228E

Tints of Medium Violet Red #CC228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.37%

R = 53.68%
G = 8.95%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC228E (or 0xCC228E) is known color: Medium Violet Red. HEX triplet: CC, 22 and 8E. RGB value is (204,34,142). Sum of RGB (Red+Green+Blue) = 204+34+142=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC228E is #33DD71. Grayscale: #606060. Windows color (decimal): -3399026 or 9315020. OLE color: 9315020.

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

Color convert

RGB 204 34 142 -
CMYK 0 0.83 0.30 0.2
HSL 321.88º 0.71% 0.47% -
HSV(B) 321.88º 0.83% 0.8% -
XYZ 30.36 15.93 27.07 -
YUV 97.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 204 34 142 0 0.83 0.30 0.2 321.88 0.71 0.47
Hex CC 22 8E 0 53 1E 14 142 47 2F
Octal 314 42 216 0 123 36 24 502 107 57
Binary 11001100 100010 10001110 0 1010011 11110 10100 101000010 1000111 101111

Color Harmonies of #CC228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC228E

Black with #CC228E

Text Example


Text Example

White with #CC228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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