Html Css Color HEX #CC128A Medium Violet Red

📋 copy color: '#CC128A'

red 204 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #CC128A

Tints of Medium Violet Red #CC128A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5%

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 56.67%
G = 5%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC128A (or 0xCC128A) is known color: Medium Violet Red. HEX triplet: CC, 12 and 8A. RGB value is (204,18,138). Sum of RGB (Red+Green+Blue) = 204+18+138=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC128A is #33ED75. Grayscale: #575757. Windows color (decimal): -3403126 or 9048780. OLE color: 9048780.

HSL color Cylindrical-coordinate representation of color #CC128A: hue angle of 321.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC128A is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 138 -
CMYK 0 0.91 0.32 0.2
HSL 321.29º 0.84% 0.44% -
HSV(B) 321.29º 0.91% 0.8% -
XYZ 29.71 15.1 25.39 -
YUV 87.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 204 18 138 0 0.91 0.32 0.2 321.29 0.84 0.44
Hex CC 12 8A 0 5B 20 14 141 54 2C
Octal 314 22 212 0 133 40 24 501 124 54
Binary 11001100 10010 10001010 0 1011011 100000 10100 101000001 1010100 101100

Color Harmonies of #CC128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC128A

Black with #CC128A

Text Example


Text Example

White with #CC128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC128A; }

 p { color: rgb(204,18,138); }

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

background-color css

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

 a { background-color: rgb(204,18,138); }

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

border-color css

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

 span { border-color: rgb(204,18,138); }

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