Html Css Color HEX #CC1E83 Medium Violet Red

📋 copy color: '#CC1E83'

red 204 ◦ green 30 ◦ blue 131

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

Shades of Medium Violet Red #CC1E83

Tints of Medium Violet Red #CC1E83

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.22%

 BLUE value IS 131 (51.56% from 255) = 35.89%

R = 55.89%
G = 8.22%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC1E83 (or 0xCC1E83) is known color: Medium Violet Red. HEX triplet: CC, 1E and 83. RGB value is (204,30,131). Sum of RGB (Red+Green+Blue) = 204+30+131=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1E83 is #33E17C. Grayscale: #5D5D5D. Windows color (decimal): -3400061 or 8593100. OLE color: 8593100.

HSL color Cylindrical-coordinate representation of color #CC1E83: hue angle of 325.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1E83 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 30 131 -
CMYK 0 0.85 0.36 0.2
HSL 325.17º 0.74% 0.46% -
HSV(B) 325.17º 0.85% 0.8% -
XYZ 29.46 15.4 22.89 -
YUV 93.54 149.15 206.79 -
System Red Green Blue C M Y K H S L
Decimal 204 30 131 0 0.85 0.36 0.2 325.17 0.74 0.46
Hex CC 1E 83 0 55 24 14 145 4A 2E
Octal 314 36 203 0 125 44 24 505 112 56
Binary 11001100 11110 10000011 0 1010101 100100 10100 101000101 1001010 101110

Color Harmonies of #CC1E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E83

Black with #CC1E83

Text Example


Text Example

White with #CC1E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E83; }

 p { color: rgb(204,30,131); }

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

background-color css

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

 a { background-color: rgb(204,30,131); }

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

border-color css

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

 span { border-color: rgb(204,30,131); }

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