Html Css Color HEX #CA2F8B Medium Red Violet

📋 copy color: '#CA2F8B'

red 202 ◦ green 47 ◦ blue 139

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

Shades of Medium Red Violet #CA2F8B

Tints of Medium Red Violet #CA2F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.11%

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

R = 52.06%
G = 12.11%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA2F8B (or 0xCA2F8B) is known color: Medium Red Violet. HEX triplet: CA, 2F and 8B. RGB value is (202,47,139). Sum of RGB (Red+Green+Blue) = 202+47+139=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2F8B is #35D074. Grayscale: #676767. Windows color (decimal): -3526773 or 9121738. OLE color: 9121738.

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

Color convert

RGB 202 47 139 -
CMYK 0 0.77 0.31 0.21
HSL 324.39º 0.62% 0.49% -
HSV(B) 324.39º 0.77% 0.79% -
XYZ 30.03 16.45 26.02 -
YUV 103.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 202 47 139 0 0.77 0.31 0.21 324.39 0.62 0.49
Hex CA 2F 8B 0 4D 1F 15 144 3E 31
Octal 312 57 213 0 115 37 25 504 76 61
Binary 11001010 101111 10001011 0 1001101 11111 10101 101000100 111110 110001

Color Harmonies of #CA2F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F8B

Black with #CA2F8B

Text Example


Text Example

White with #CA2F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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