Html Css Color HEX #CC2381 Medium Violet Red

📋 copy color: '#CC2381'

red 204 ◦ green 35 ◦ blue 129

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

Shades of Medium Violet Red #CC2381

Tints of Medium Violet Red #CC2381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

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

R = 55.43%
G = 9.51%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2381 (or 0xCC2381) is known color: Medium Violet Red. HEX triplet: CC, 23 and 81. RGB value is (204,35,129). Sum of RGB (Red+Green+Blue) = 204+35+129=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2381 is #33DC7E. Grayscale: #606060. Windows color (decimal): -3398783 or 8463308. OLE color: 8463308.

HSL color Cylindrical-coordinate representation of color #CC2381: hue angle of 326.63º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2381 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 129 -
CMYK 0 0.83 0.37 0.2
HSL 326.63º 0.71% 0.47% -
HSV(B) 326.63º 0.83% 0.8% -
XYZ 29.47 15.62 22.23 -
YUV 96.25 146.49 204.86 -
System Red Green Blue C M Y K H S L
Decimal 204 35 129 0 0.83 0.37 0.2 326.63 0.71 0.47
Hex CC 23 81 0 53 25 14 147 47 2F
Octal 314 43 201 0 123 45 24 507 107 57
Binary 11001100 100011 10000001 0 1010011 100101 10100 101000111 1000111 101111

Color Harmonies of #CC2381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2381

Black with #CC2381

Text Example


Text Example

White with #CC2381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2381; }

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

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

background-color css

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

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

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

border-color css

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

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

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