Html Css Color HEX #CA2D88 Medium Red Violet

📋 copy color: '#CA2D88'

red 202 ◦ green 45 ◦ blue 136

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

Shades of Medium Red Violet #CA2D88

Tints of Medium Red Violet #CA2D88

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.75%

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

R = 52.74%
G = 11.75%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA2D88 (or 0xCA2D88) is known color: Medium Red Violet. HEX triplet: CA, 2D and 88. RGB value is (202,45,136). Sum of RGB (Red+Green+Blue) = 202+45+136=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D88 is #35D277. Grayscale: #666666. Windows color (decimal): -3527288 or 8924618. OLE color: 8924618.

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

Color convert

RGB 202 45 136 -
CMYK 0 0.78 0.33 0.21
HSL 325.22º 0.64% 0.48% -
HSV(B) 325.22º 0.78% 0.79% -
XYZ 29.74 16.21 24.85 -
YUV 102.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 202 45 136 0 0.78 0.33 0.21 325.22 0.64 0.48
Hex CA 2D 88 0 4E 21 15 145 40 30
Octal 312 55 210 0 116 41 25 505 100 60
Binary 11001010 101101 10001000 0 1001110 100001 10101 101000101 1000000 110000

Color Harmonies of #CA2D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D88

Black with #CA2D88

Text Example


Text Example

White with #CA2D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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