Html Css Color HEX #CC227D Medium Violet Red

📋 copy color: '#CC227D'

red 204 ◦ green 34 ◦ blue 125

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

Shades of Medium Violet Red #CC227D

Tints of Medium Violet Red #CC227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 56.2%
G = 9.37%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC227D (or 0xCC227D) is known color: Medium Violet Red. HEX triplet: CC, 22 and 7D. RGB value is (204,34,125). Sum of RGB (Red+Green+Blue) = 204+34+125=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC227D is #33DD82. Grayscale: #5F5F5F. Windows color (decimal): -3399043 or 8200908. OLE color: 8200908.

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

Color convert

RGB 204 34 125 -
CMYK 0 0.83 0.39 0.2
HSL 327.88º 0.71% 0.47% -
HSV(B) 327.88º 0.83% 0.8% -
XYZ 29.18 15.46 20.85 -
YUV 95.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 204 34 125 0 0.83 0.39 0.2 327.88 0.71 0.47
Hex CC 22 7D 0 53 27 14 148 47 2F
Octal 314 42 175 0 123 47 24 510 107 57
Binary 11001100 100010 1111101 0 1010011 100111 10100 101001000 1000111 101111

Color Harmonies of #CC227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC227D

Black with #CC227D

Text Example


Text Example

White with #CC227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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