Html Css Color HEX #CA217B Medium Violet Red

📋 copy color: '#CA217B'

red 202 ◦ green 33 ◦ blue 123

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

Shades of Medium Violet Red #CA217B

Tints of Medium Violet Red #CA217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 56.42%
G = 9.22%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA217B (or 0xCA217B) is known color: Medium Violet Red. HEX triplet: CA, 21 and 7B. RGB value is (202,33,123). Sum of RGB (Red+Green+Blue) = 202+33+123=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA217B is #35DE84. Grayscale: #5D5D5D. Windows color (decimal): -3530373 or 8069578. OLE color: 8069578.

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

Color convert

RGB 202 33 123 -
CMYK 0 0.84 0.39 0.21
HSL 328.05º 0.72% 0.46% -
HSV(B) 328.05º 0.84% 0.79% -
XYZ 28.48 15.07 20.15 -
YUV 93.79 144.49 205.18 -
System Red Green Blue C M Y K H S L
Decimal 202 33 123 0 0.84 0.39 0.21 328.05 0.72 0.46
Hex CA 21 7B 0 54 27 15 148 48 2E
Octal 312 41 173 0 124 47 25 510 110 56
Binary 11001010 100001 1111011 0 1010100 100111 10101 101001000 1001000 101110

Color Harmonies of #CA217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA217B

Black with #CA217B

Text Example


Text Example

White with #CA217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA217B; }

 p { color: rgb(202,33,123); }

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

background-color css

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

 a { background-color: rgb(202,33,123); }

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

border-color css

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

 span { border-color: rgb(202,33,123); }

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