Html Css Color HEX #CC138E Medium Violet Red

📋 copy color: '#CC138E'

red 204 ◦ green 19 ◦ blue 142

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

Shades of Medium Violet Red #CC138E

Tints of Medium Violet Red #CC138E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.21%

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 55.89%
G = 5.21%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC138E (or 0xCC138E) is known color: Medium Violet Red. HEX triplet: CC, 13 and 8E. RGB value is (204,19,142). Sum of RGB (Red+Green+Blue) = 204+19+142=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC138E is #33EC71. Grayscale: #585858. Windows color (decimal): -3402866 or 9311180. OLE color: 9311180.

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

Color convert

RGB 204 19 142 -
CMYK 0 0.91 0.30 0.2
HSL 320.11º 0.83% 0.44% -
HSV(B) 320.11º 0.91% 0.8% -
XYZ 30.02 15.26 26.95 -
YUV 88.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 204 19 142 0 0.91 0.30 0.2 320.11 0.83 0.44
Hex CC 13 8E 0 5B 1E 14 140 53 2C
Octal 314 23 216 0 133 36 24 500 123 54
Binary 11001100 10011 10001110 0 1011011 11110 10100 101000000 1010011 101100

Color Harmonies of #CC138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC138E

Black with #CC138E

Text Example


Text Example

White with #CC138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC138E; }

 p { color: rgb(204,19,142); }

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

background-color css

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

 a { background-color: rgb(204,19,142); }

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

border-color css

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

 span { border-color: rgb(204,19,142); }

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