Html Css Color HEX #CC228C Medium Violet Red

📋 copy color: '#CC228C'

red 204 ◦ green 34 ◦ blue 140

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

Shades of Medium Violet Red #CC228C

Tints of Medium Violet Red #CC228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 53.97%
G = 8.99%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC228C (or 0xCC228C) is known color: Medium Violet Red. HEX triplet: CC, 22 and 8C. RGB value is (204,34,140). Sum of RGB (Red+Green+Blue) = 204+34+140=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC228C is #33DD73. Grayscale: #606060. Windows color (decimal): -3399028 or 9183948. OLE color: 9183948.

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

Color convert

RGB 204 34 140 -
CMYK 0 0.83 0.31 0.2
HSL 322.59º 0.71% 0.47% -
HSV(B) 322.59º 0.83% 0.8% -
XYZ 30.21 15.87 26.28 -
YUV 96.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 204 34 140 0 0.83 0.31 0.2 322.59 0.71 0.47
Hex CC 22 8C 0 53 1F 14 143 47 2F
Octal 314 42 214 0 123 37 24 503 107 57
Binary 11001100 100010 10001100 0 1010011 11111 10100 101000011 1000111 101111

Color Harmonies of #CC228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC228C

Black with #CC228C

Text Example


Text Example

White with #CC228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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