Html Css Color HEX #CC1393 Medium Violet Red

📋 copy color: '#CC1393'

red 204 ◦ green 19 ◦ blue 147

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

Shades of Medium Violet Red #CC1393

Tints of Medium Violet Red #CC1393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 55.14%
G = 5.14%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC1393 (or 0xCC1393) is known color: Medium Violet Red. HEX triplet: CC, 13 and 93. RGB value is (204,19,147). Sum of RGB (Red+Green+Blue) = 204+19+147=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1393 is #33EC6C. Grayscale: #585858. Windows color (decimal): -3402861 or 9638860. OLE color: 9638860.

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

Color convert

RGB 204 19 147 -
CMYK 0 0.91 0.28 0.2
HSL 318.49º 0.83% 0.44% -
HSV(B) 318.49º 0.91% 0.8% -
XYZ 30.4 15.41 28.98 -
YUV 88.91 160.79 210.09 -
System Red Green Blue C M Y K H S L
Decimal 204 19 147 0 0.91 0.28 0.2 318.49 0.83 0.44
Hex CC 13 93 0 5B 1C 14 13E 53 2C
Octal 314 23 223 0 133 34 24 476 123 54
Binary 11001100 10011 10010011 0 1011011 11100 10100 100111110 1010011 101100

Color Harmonies of #CC1393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1393

Black with #CC1393

Text Example


Text Example

White with #CC1393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1393; }

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

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

background-color css

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

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

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

border-color css

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

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

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