Html Css Color HEX #CA267D Medium Violet Red

📋 copy color: '#CA267D'

red 202 ◦ green 38 ◦ blue 125

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

Shades of Medium Violet Red #CA267D

Tints of Medium Violet Red #CA267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.41%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 55.34%
G = 10.41%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA267D (or 0xCA267D) is known color: Medium Violet Red. HEX triplet: CA, 26 and 7D. RGB value is (202,38,125). Sum of RGB (Red+Green+Blue) = 202+38+125=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA267D is #35D982. Grayscale: #606060. Windows color (decimal): -3529091 or 8201930. OLE color: 8201930.

HSL color Cylindrical-coordinate representation of color #CA267D: hue angle of 328.17º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA267D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 38 125 -
CMYK 0 0.81 0.38 0.21
HSL 328.17º 0.68% 0.47% -
HSV(B) 328.17º 0.81% 0.79% -
XYZ 28.75 15.42 20.86 -
YUV 96.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 202 38 125 0 0.81 0.38 0.21 328.17 0.68 0.47
Hex CA 26 7D 0 51 26 15 148 44 2F
Octal 312 46 175 0 121 46 25 510 104 57
Binary 11001010 100110 1111101 0 1010001 100110 10101 101001000 1000100 101111

Color Harmonies of #CA267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA267D

Black with #CA267D

Text Example


Text Example

White with #CA267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA267D; }

 p { color: rgb(202,38,125); }

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

background-color css

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

 a { background-color: rgb(202,38,125); }

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

border-color css

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

 span { border-color: rgb(202,38,125); }

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