Html Css Color HEX #CA369F Medium Red Violet

📋 copy color: '#CA369F'

red 202 ◦ green 54 ◦ blue 159

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

Shades of Medium Red Violet #CA369F

Tints of Medium Red Violet #CA369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 48.67%
G = 13.01%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA369F (or 0xCA369F) is known color: Medium Red Violet. HEX triplet: CA, 36 and 9F. RGB value is (202,54,159). Sum of RGB (Red+Green+Blue) = 202+54+159=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA369F is #35C960. Grayscale: #6D6D6D. Windows color (decimal): -3524961 or 10434250. OLE color: 10434250.

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

Color convert

RGB 202 54 159 -
CMYK 0 0.73 0.21 0.21
HSL 317.43º 0.58% 0.5% -
HSV(B) 317.43º 0.73% 0.79% -
XYZ 31.93 17.7 34.53 -
YUV 110.22 155.53 193.46 -
System Red Green Blue C M Y K H S L
Decimal 202 54 159 0 0.73 0.21 0.21 317.43 0.58 0.5
Hex CA 36 9F 0 49 15 15 13D 3A 32
Octal 312 66 237 0 111 25 25 475 72 62
Binary 11001010 110110 10011111 0 1001001 10101 10101 100111101 111010 110010

Color Harmonies of #CA369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA369F

Black with #CA369F

Text Example


Text Example

White with #CA369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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