Html Css Color HEX #CA338B Medium Red Violet

📋 copy color: '#CA338B'

red 202 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #CA338B

Tints of Medium Red Violet #CA338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.01%

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

R = 51.53%
G = 13.01%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA338B (or 0xCA338B) is known color: Medium Red Violet. HEX triplet: CA, 33 and 8B. RGB value is (202,51,139). Sum of RGB (Red+Green+Blue) = 202+51+139=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA338B is #35CC74. Grayscale: #696969. Windows color (decimal): -3525749 or 9122762. OLE color: 9122762.

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

Color convert

RGB 202 51 139 -
CMYK 0 0.75 0.31 0.21
HSL 325.03º 0.6% 0.5% -
HSV(B) 325.03º 0.75% 0.79% -
XYZ 30.2 16.79 26.07 -
YUV 106.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 202 51 139 0 0.75 0.31 0.21 325.03 0.6 0.5
Hex CA 33 8B 0 4B 1F 15 145 3C 32
Octal 312 63 213 0 113 37 25 505 74 62
Binary 11001010 110011 10001011 0 1001011 11111 10101 101000101 111100 110010

Color Harmonies of #CA338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA338B

Black with #CA338B

Text Example


Text Example

White with #CA338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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