Html Css Color HEX #CC227C Medium Violet Red

📋 copy color: '#CC227C'

red 204 ◦ green 34 ◦ blue 124

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

Shades of Medium Violet Red #CC227C

Tints of Medium Violet Red #CC227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 56.35%
G = 9.39%
B = 34.25%

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

#CC227C (or 0xCC227C) is known color: Medium Violet Red. HEX triplet: CC, 22 and 7C. RGB value is (204,34,124). Sum of RGB (Red+Green+Blue) = 204+34+124=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC227C is #33DD83. Grayscale: #5E5E5E. Windows color (decimal): -3399044 or 8135372. OLE color: 8135372.

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

Color convert

RGB 204 34 124 -
CMYK 0 0.83 0.39 0.2
HSL 328.24º 0.71% 0.47% -
HSV(B) 328.24º 0.83% 0.8% -
XYZ 29.11 15.44 20.51 -
YUV 95.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 204 34 124 0 0.83 0.39 0.2 328.24 0.71 0.47
Hex CC 22 7C 0 53 27 14 148 47 2F
Octal 314 42 174 0 123 47 24 510 107 57
Binary 11001100 100010 1111100 0 1010011 100111 10100 101001000 1000111 101111

Color Harmonies of #CC227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC227C

Black with #CC227C

Text Example


Text Example

White with #CC227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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