Html Css Color HEX #CA258B Medium Violet Red

📋 copy color: '#CA258B'

red 202 ◦ green 37 ◦ blue 139

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

Shades of Medium Violet Red #CA258B

Tints of Medium Violet Red #CA258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.79%

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

R = 53.44%
G = 9.79%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA258B (or 0xCA258B) is known color: Medium Violet Red. HEX triplet: CA, 25 and 8B. RGB value is (202,37,139). Sum of RGB (Red+Green+Blue) = 202+37+139=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA258B is #35DA74. Grayscale: #616161. Windows color (decimal): -3529333 or 9119178. OLE color: 9119178.

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

Color convert

RGB 202 37 139 -
CMYK 0 0.82 0.31 0.21
HSL 322.91º 0.69% 0.47% -
HSV(B) 322.91º 0.82% 0.79% -
XYZ 29.68 15.74 25.9 -
YUV 97.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 202 37 139 0 0.82 0.31 0.21 322.91 0.69 0.47
Hex CA 25 8B 0 52 1F 15 143 45 2F
Octal 312 45 213 0 122 37 25 503 105 57
Binary 11001010 100101 10001011 0 1010010 11111 10101 101000011 1000101 101111

Color Harmonies of #CA258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA258B

Black with #CA258B

Text Example


Text Example

White with #CA258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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