Html Css Color HEX #CA087B Medium Violet Red

📋 copy color: '#CA087B'

red 202 ◦ green 8 ◦ blue 123

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

Shades of Medium Violet Red #CA087B

Tints of Medium Violet Red #CA087B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

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

R = 60.66%
G = 2.4%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA087B (or 0xCA087B) is known color: Medium Violet Red. HEX triplet: CA, 08 and 7B. RGB value is (202,8,123). Sum of RGB (Red+Green+Blue) = 202+8+123=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA087B is #35F784. Grayscale: #4E4E4E. Windows color (decimal): -3536773 or 8063178. OLE color: 8063178.

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

Color convert

RGB 202 8 123 -
CMYK 0 0.96 0.39 0.21
HSL 324.43º 0.92% 0.41% -
HSV(B) 324.43º 0.96% 0.79% -
XYZ 28.02 14.16 20 -
YUV 79.12 152.77 215.65 -
System Red Green Blue C M Y K H S L
Decimal 202 8 123 0 0.96 0.39 0.21 324.43 0.92 0.41
Hex CA 8 7B 0 60 27 15 144 5C 29
Octal 312 10 173 0 140 47 25 504 134 51
Binary 11001010 1000 1111011 0 1100000 100111 10101 101000100 1011100 101001

Color Harmonies of #CA087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA087B

Black with #CA087B

Text Example


Text Example

White with #CA087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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