Html Css Color HEX #CC138C Medium Violet Red

📋 copy color: '#CC138C'

red 204 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #CC138C

Tints of Medium Violet Red #CC138C

RGB

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

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

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

R = 56.2%
G = 5.23%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC138C (or 0xCC138C) is known color: Medium Violet Red. HEX triplet: CC, 13 and 8C. RGB value is (204,19,140). Sum of RGB (Red+Green+Blue) = 204+19+140=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC138C is #33EC73. Grayscale: #575757. Windows color (decimal): -3402868 or 9180108. OLE color: 9180108.

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

Color convert

RGB 204 19 140 -
CMYK 0 0.91 0.31 0.2
HSL 320.76º 0.83% 0.44% -
HSV(B) 320.76º 0.91% 0.8% -
XYZ 29.87 15.2 26.17 -
YUV 88.11 157.29 210.66 -
System Red Green Blue C M Y K H S L
Decimal 204 19 140 0 0.91 0.31 0.2 320.76 0.83 0.44
Hex CC 13 8C 0 5B 1F 14 141 53 2C
Octal 314 23 214 0 133 37 24 501 123 54
Binary 11001100 10011 10001100 0 1011011 11111 10100 101000001 1010011 101100

Color Harmonies of #CC138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC138C

Black with #CC138C

Text Example


Text Example

White with #CC138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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