Html Css Color HEX #CC1381 Medium Violet Red

📋 copy color: '#CC1381'

red 204 ◦ green 19 ◦ blue 129

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

Shades of Medium Violet Red #CC1381

Tints of Medium Violet Red #CC1381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.65%

R = 57.95%
G = 5.4%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC1381 (or 0xCC1381) is known color: Medium Violet Red. HEX triplet: CC, 13 and 81. RGB value is (204,19,129). Sum of RGB (Red+Green+Blue) = 204+19+129=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1381 is #33EC7E. Grayscale: #565656. Windows color (decimal): -3402879 or 8459212. OLE color: 8459212.

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

Color convert

RGB 204 19 129 -
CMYK 0 0.91 0.37 0.2
HSL 324.32º 0.83% 0.44% -
HSV(B) 324.32º 0.91% 0.8% -
XYZ 29.1 14.89 22.11 -
YUV 86.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 204 19 129 0 0.91 0.37 0.2 324.32 0.83 0.44
Hex CC 13 81 0 5B 25 14 144 53 2C
Octal 314 23 201 0 133 45 24 504 123 54
Binary 11001100 10011 10000001 0 1011011 100101 10100 101000100 1010011 101100

Color Harmonies of #CC1381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1381

Black with #CC1381

Text Example


Text Example

White with #CC1381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1381; }

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

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

background-color css

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

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

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

border-color css

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

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

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