Html Css Color HEX #CA2788 Medium Violet Red

📋 copy color: '#CA2788'

red 202 ◦ green 39 ◦ blue 136

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

Shades of Medium Violet Red #CA2788

Tints of Medium Violet Red #CA2788

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.34%

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

R = 53.58%
G = 10.34%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA2788 (or 0xCA2788) is known color: Medium Violet Red. HEX triplet: CA, 27 and 88. RGB value is (202,39,136). Sum of RGB (Red+Green+Blue) = 202+39+136=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2788 is #35D877. Grayscale: #626262. Windows color (decimal): -3528824 or 8923082. OLE color: 8923082.

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

Color convert

RGB 202 39 136 -
CMYK 0 0.81 0.33 0.21
HSL 324.29º 0.68% 0.47% -
HSV(B) 324.29º 0.81% 0.79% -
XYZ 29.53 15.79 24.78 -
YUV 98.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 202 39 136 0 0.81 0.33 0.21 324.29 0.68 0.47
Hex CA 27 88 0 51 21 15 144 44 2F
Octal 312 47 210 0 121 41 25 504 104 57
Binary 11001010 100111 10001000 0 1010001 100001 10101 101000100 1000100 101111

Color Harmonies of #CA2788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2788

Black with #CA2788

Text Example


Text Example

White with #CA2788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2788; }

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

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

background-color css

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

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

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

border-color css

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

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

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