Html Css Color HEX #CA127B Medium Violet Red

📋 copy color: '#CA127B'

red 202 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #CA127B

Tints of Medium Violet Red #CA127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.25%

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

R = 58.89%
G = 5.25%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA127B (or 0xCA127B) is known color: Medium Violet Red. HEX triplet: CA, 12 and 7B. RGB value is (202,18,123). Sum of RGB (Red+Green+Blue) = 202+18+123=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA127B is #35ED84. Grayscale: #545454. Windows color (decimal): -3534213 or 8065738. OLE color: 8065738.

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

Color convert

RGB 202 18 123 -
CMYK 0 0.91 0.39 0.21
HSL 325.76º 0.84% 0.43% -
HSV(B) 325.76º 0.91% 0.79% -
XYZ 28.15 14.42 20.04 -
YUV 84.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 202 18 123 0 0.91 0.39 0.21 325.76 0.84 0.43
Hex CA 12 7B 0 5B 27 15 146 54 2B
Octal 312 22 173 0 133 47 25 506 124 53
Binary 11001010 10010 1111011 0 1011011 100111 10101 101000110 1010100 101011

Color Harmonies of #CA127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA127B

Black with #CA127B

Text Example


Text Example

White with #CA127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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