Html Css Color HEX #CA088B Medium Violet Red

📋 copy color: '#CA088B'

red 202 ◦ green 8 ◦ blue 139

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

Shades of Medium Violet Red #CA088B

Tints of Medium Violet Red #CA088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 57.88%
G = 2.29%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA088B (or 0xCA088B) is known color: Medium Violet Red. HEX triplet: CA, 08 and 8B. RGB value is (202,8,139). Sum of RGB (Red+Green+Blue) = 202+8+139=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA088B is #35F774. Grayscale: #505050. Windows color (decimal): -3536757 or 9111754. OLE color: 9111754.

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

Color convert

RGB 202 8 139 -
CMYK 0 0.96 0.31 0.21
HSL 319.48º 0.92% 0.41% -
HSV(B) 319.48º 0.96% 0.79% -
XYZ 29.1 14.59 25.71 -
YUV 80.94 160.77 214.35 -
System Red Green Blue C M Y K H S L
Decimal 202 8 139 0 0.96 0.31 0.21 319.48 0.92 0.41
Hex CA 8 8B 0 60 1F 15 13F 5C 29
Octal 312 10 213 0 140 37 25 477 134 51
Binary 11001010 1000 10001011 0 1100000 11111 10101 100111111 1011100 101001

Color Harmonies of #CA088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA088B

Black with #CA088B

Text Example


Text Example

White with #CA088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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