Html Css Color HEX #CA388B Medium Red Violet

📋 copy color: '#CA388B'

red 202 ◦ green 56 ◦ blue 139

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

Shades of Medium Red Violet #CA388B

Tints of Medium Red Violet #CA388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.11%

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 50.88%
G = 14.11%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA388B (or 0xCA388B) is known color: Medium Red Violet. HEX triplet: CA, 38 and 8B. RGB value is (202,56,139). Sum of RGB (Red+Green+Blue) = 202+56+139=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA388B is #35C774. Grayscale: #6C6C6C. Windows color (decimal): -3524469 or 9124042. OLE color: 9124042.

HSL color Cylindrical-coordinate representation of color #CA388B: hue angle of 325.89º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA388B is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 56 139 -
CMYK 0 0.72 0.31 0.21
HSL 325.89º 0.58% 0.51% -
HSV(B) 325.89º 0.72% 0.79% -
XYZ 30.43 17.25 26.15 -
YUV 109.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 202 56 139 0 0.72 0.31 0.21 325.89 0.58 0.51
Hex CA 38 8B 0 48 1F 15 146 3A 33
Octal 312 70 213 0 110 37 25 506 72 63
Binary 11001010 111000 10001011 0 1001000 11111 10101 101000110 111010 110011

Color Harmonies of #CA388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA388B

Black with #CA388B

Text Example


Text Example

White with #CA388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA388B; }

 p { color: rgb(202,56,139); }

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

background-color css

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

 a { background-color: rgb(202,56,139); }

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

border-color css

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

 span { border-color: rgb(202,56,139); }

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