Html Css Color HEX #CA368D Medium Red Violet

📋 copy color: '#CA368D'

red 202 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #CA368D

Tints of Medium Red Violet #CA368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.6%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 50.88%
G = 13.6%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA368D (or 0xCA368D) is known color: Medium Red Violet. HEX triplet: CA, 36 and 8D. RGB value is (202,54,141). Sum of RGB (Red+Green+Blue) = 202+54+141=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA368D is #35C972. Grayscale: #6B6B6B. Windows color (decimal): -3524979 or 9254602. OLE color: 9254602.

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

Color convert

RGB 202 54 141 -
CMYK 0 0.73 0.30 0.21
HSL 324.73º 0.58% 0.5% -
HSV(B) 324.73º 0.73% 0.79% -
XYZ 30.48 17.12 26.9 -
YUV 108.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 202 54 141 0 0.73 0.30 0.21 324.73 0.58 0.5
Hex CA 36 8D 0 49 1E 15 145 3A 32
Octal 312 66 215 0 111 36 25 505 72 62
Binary 11001010 110110 10001101 0 1001001 11110 10101 101000101 111010 110010

Color Harmonies of #CA368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA368D

Black with #CA368D

Text Example


Text Example

White with #CA368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA368D; }

 p { color: rgb(202,54,141); }

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

background-color css

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

 a { background-color: rgb(202,54,141); }

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

border-color css

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

 span { border-color: rgb(202,54,141); }

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