Html Css Color HEX #CC138F Medium Violet Red

📋 copy color: '#CC138F'

red 204 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #CC138F

Tints of Medium Violet Red #CC138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 55.74%
G = 5.19%
B = 39.07%

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

#CC138F (or 0xCC138F) is known color: Medium Violet Red. HEX triplet: CC, 13 and 8F. RGB value is (204,19,143). Sum of RGB (Red+Green+Blue) = 204+19+143=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC138F is #33EC70. Grayscale: #585858. Windows color (decimal): -3402865 or 9376716. OLE color: 9376716.

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

Color convert

RGB 204 19 143 -
CMYK 0 0.91 0.30 0.2
HSL 319.78º 0.83% 0.44% -
HSV(B) 319.78º 0.91% 0.8% -
XYZ 30.09 15.29 27.35 -
YUV 88.45 158.79 210.42 -
System Red Green Blue C M Y K H S L
Decimal 204 19 143 0 0.91 0.30 0.2 319.78 0.83 0.44
Hex CC 13 8F 0 5B 1E 14 140 53 2C
Octal 314 23 217 0 133 36 24 500 123 54
Binary 11001100 10011 10001111 0 1011011 11110 10100 101000000 1010011 101100

Color Harmonies of #CC138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC138F

Black with #CC138F

Text Example


Text Example

White with #CC138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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