Html Css Color HEX #CA1388 Medium Violet Red

📋 copy color: '#CA1388'

red 202 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #CA1388

Tints of Medium Violet Red #CA1388

RGB

 RED value IS 202 (79.3% from 255) = 56.58%

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

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 56.58%
G = 5.32%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA1388 (or 0xCA1388) is known color: Medium Violet Red. HEX triplet: CA, 13 and 88. RGB value is (202,19,136). Sum of RGB (Red+Green+Blue) = 202+19+136=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1388 is #35EC77. Grayscale: #565656. Windows color (decimal): -3533944 or 8917962. OLE color: 8917962.

HSL color Cylindrical-coordinate representation of color #CA1388: hue angle of 321.64º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1388 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 136 -
CMYK 0 0.91 0.33 0.21
HSL 321.64º 0.83% 0.43% -
HSV(B) 321.64º 0.91% 0.79% -
XYZ 29.03 14.8 24.62 -
YUV 87.06 155.63 209.99 -
System Red Green Blue C M Y K H S L
Decimal 202 19 136 0 0.91 0.33 0.21 321.64 0.83 0.43
Hex CA 13 88 0 5B 21 15 142 53 2B
Octal 312 23 210 0 133 41 25 502 123 53
Binary 11001010 10011 10001000 0 1011011 100001 10101 101000010 1010011 101011

Color Harmonies of #CA1388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1388

Black with #CA1388

Text Example


Text Example

White with #CA1388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1388; }

 p { color: rgb(202,19,136); }

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

background-color css

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

 a { background-color: rgb(202,19,136); }

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

border-color css

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

 span { border-color: rgb(202,19,136); }

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