Html Css Color HEX #CC227A Medium Violet Red

📋 copy color: '#CC227A'

red 204 ◦ green 34 ◦ blue 122

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

Shades of Medium Violet Red #CC227A

Tints of Medium Violet Red #CC227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 56.67%
G = 9.44%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC227A (or 0xCC227A) is known color: Medium Violet Red. HEX triplet: CC, 22 and 7A. RGB value is (204,34,122). Sum of RGB (Red+Green+Blue) = 204+34+122=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC227A is #33DD85. Grayscale: #5E5E5E. Windows color (decimal): -3399046 or 8004300. OLE color: 8004300.

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

Color convert

RGB 204 34 122 -
CMYK 0 0.83 0.40 0.2
HSL 328.94º 0.71% 0.47% -
HSV(B) 328.94º 0.83% 0.8% -
XYZ 28.99 15.39 19.85 -
YUV 94.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 204 34 122 0 0.83 0.40 0.2 328.94 0.71 0.47
Hex CC 22 7A 0 53 28 14 149 47 2F
Octal 314 42 172 0 123 50 24 511 107 57
Binary 11001100 100010 1111010 0 1010011 101000 10100 101001001 1000111 101111

Color Harmonies of #CC227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC227A

Black with #CC227A

Text Example


Text Example

White with #CC227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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