Html Css Color HEX #CA027B Medium Violet Red

📋 copy color: '#CA027B'

red 202 ◦ green 2 ◦ blue 123

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

Shades of Medium Violet Red #CA027B

Tints of Medium Violet Red #CA027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 61.77%
G = 0.61%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA027B (or 0xCA027B) is known color: Medium Violet Red. HEX triplet: CA, 02 and 7B. RGB value is (202,2,123). Sum of RGB (Red+Green+Blue) = 202+2+123=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA027B is #35FD84. Grayscale: #4B4B4B. Windows color (decimal): -3538309 or 8061642. OLE color: 8061642.

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

Color convert

RGB 202 2 123 -
CMYK 0 0.99 0.39 0.21
HSL 323.7º 0.98% 0.4% -
HSV(B) 323.7º 0.99% 0.79% -
XYZ 27.95 14.03 19.97 -
YUV 75.59 154.76 218.16 -
System Red Green Blue C M Y K H S L
Decimal 202 2 123 0 0.99 0.39 0.21 323.7 0.98 0.4
Hex CA 2 7B 0 63 27 15 144 62 28
Octal 312 2 173 0 143 47 25 504 142 50
Binary 11001010 10 1111011 0 1100011 100111 10101 101000100 1100010 101000

Color Harmonies of #CA027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA027B

Black with #CA027B

Text Example


Text Example

White with #CA027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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