Html Css Color HEX #CC228B Medium Violet Red

📋 copy color: '#CC228B'

red 204 ◦ green 34 ◦ blue 139

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

Shades of Medium Violet Red #CC228B

Tints of Medium Violet Red #CC228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 54.11%
G = 9.02%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC228B (or 0xCC228B) is known color: Medium Violet Red. HEX triplet: CC, 22 and 8B. RGB value is (204,34,139). Sum of RGB (Red+Green+Blue) = 204+34+139=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC228B is #33DD74. Grayscale: #606060. Windows color (decimal): -3399029 or 9118412. OLE color: 9118412.

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

Color convert

RGB 204 34 139 -
CMYK 0 0.83 0.32 0.2
HSL 322.94º 0.71% 0.47% -
HSV(B) 322.94º 0.83% 0.8% -
XYZ 30.13 15.85 25.9 -
YUV 96.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 204 34 139 0 0.83 0.32 0.2 322.94 0.71 0.47
Hex CC 22 8B 0 53 20 14 143 47 2F
Octal 314 42 213 0 123 40 24 503 107 57
Binary 11001100 100010 10001011 0 1010011 100000 10100 101000011 1000111 101111

Color Harmonies of #CC228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC228B

Black with #CC228B

Text Example


Text Example

White with #CC228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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