Html Css Color HEX #CA237A Medium Violet Red

📋 copy color: '#CA237A'

red 202 ◦ green 35 ◦ blue 122

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

Shades of Medium Violet Red #CA237A

Tints of Medium Violet Red #CA237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 56.27%
G = 9.75%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA237A (or 0xCA237A) is known color: Medium Violet Red. HEX triplet: CA, 23 and 7A. RGB value is (202,35,122). Sum of RGB (Red+Green+Blue) = 202+35+122=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA237A is #35DC85. Grayscale: #5E5E5E. Windows color (decimal): -3529862 or 8004554. OLE color: 8004554.

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

Color convert

RGB 202 35 122 -
CMYK 0 0.83 0.40 0.21
HSL 328.74º 0.7% 0.46% -
HSV(B) 328.74º 0.83% 0.79% -
XYZ 28.47 15.16 19.84 -
YUV 94.85 143.33 204.43 -
System Red Green Blue C M Y K H S L
Decimal 202 35 122 0 0.83 0.40 0.21 328.74 0.7 0.46
Hex CA 23 7A 0 53 28 15 149 46 2E
Octal 312 43 172 0 123 50 25 511 106 56
Binary 11001010 100011 1111010 0 1010011 101000 10101 101001001 1000110 101110

Color Harmonies of #CA237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA237A

Black with #CA237A

Text Example


Text Example

White with #CA237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA237A; }

 p { color: rgb(202,35,122); }

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

background-color css

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

 a { background-color: rgb(202,35,122); }

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

border-color css

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

 span { border-color: rgb(202,35,122); }

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