Html Css Color HEX #CC0395 Medium Violet Red

📋 copy color: '#CC0395'

red 204 ◦ green 3 ◦ blue 149

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

Shades of Medium Violet Red #CC0395

Tints of Medium Violet Red #CC0395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 57.3%
G = 0.84%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC0395 (or 0xCC0395) is known color: Medium Violet Red. HEX triplet: CC, 03 and 95. RGB value is (204,3,149). Sum of RGB (Red+Green+Blue) = 204+3+149=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0395 is #33FC6A. Grayscale: #4F4F4F. Windows color (decimal): -3406955 or 9765836. OLE color: 9765836.

HSL color Cylindrical-coordinate representation of color #CC0395: hue angle of 316.42º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0395 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 149 -
CMYK 0 0.99 0.27 0.2
HSL 316.42º 0.97% 0.41% -
HSV(B) 316.42º 0.99% 0.8% -
XYZ 30.36 15.07 29.74 -
YUV 79.74 167.09 216.63 -
System Red Green Blue C M Y K H S L
Decimal 204 3 149 0 0.99 0.27 0.2 316.42 0.97 0.41
Hex CC 3 95 0 63 1B 14 13C 61 29
Octal 314 3 225 0 143 33 24 474 141 51
Binary 11001100 11 10010101 0 1100011 11011 10100 100111100 1100001 101001

Color Harmonies of #CC0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0395

Black with #CC0395

Text Example


Text Example

White with #CC0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0395; }

 p { color: rgb(204,3,149); }

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

background-color css

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

 a { background-color: rgb(204,3,149); }

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

border-color css

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

 span { border-color: rgb(204,3,149); }

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