Html Css Color HEX #CA267F Medium Violet Red

📋 copy color: '#CA267F'

red 202 ◦ green 38 ◦ blue 127

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

Shades of Medium Violet Red #CA267F

Tints of Medium Violet Red #CA267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 55.04%
G = 10.35%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA267F (or 0xCA267F) is known color: Medium Violet Red. HEX triplet: CA, 26 and 7F. RGB value is (202,38,127). Sum of RGB (Red+Green+Blue) = 202+38+127=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA267F is #35D980. Grayscale: #606060. Windows color (decimal): -3529089 or 8333002. OLE color: 8333002.

HSL color Cylindrical-coordinate representation of color #CA267F: hue angle of 327.44º 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 #CA267F is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 38 127 -
CMYK 0 0.81 0.37 0.21
HSL 327.44º 0.68% 0.47% -
HSV(B) 327.44º 0.81% 0.79% -
XYZ 28.88 15.48 21.54 -
YUV 97.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 202 38 127 0 0.81 0.37 0.21 327.44 0.68 0.47
Hex CA 26 7F 0 51 25 15 147 44 2F
Octal 312 46 177 0 121 45 25 507 104 57
Binary 11001010 100110 1111111 0 1010001 100101 10101 101000111 1000100 101111

Color Harmonies of #CA267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA267F

Black with #CA267F

Text Example


Text Example

White with #CA267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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