Html Css Color HEX #CA247B Medium Violet Red

📋 copy color: '#CA247B'

red 202 ◦ green 36 ◦ blue 123

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

Shades of Medium Violet Red #CA247B

Tints of Medium Violet Red #CA247B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.97%

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 55.96%
G = 9.97%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA247B (or 0xCA247B) is known color: Medium Violet Red. HEX triplet: CA, 24 and 7B. RGB value is (202,36,123). Sum of RGB (Red+Green+Blue) = 202+36+123=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA247B is #35DB84. Grayscale: #5F5F5F. Windows color (decimal): -3529605 or 8070346. OLE color: 8070346.

HSL color Cylindrical-coordinate representation of color #CA247B: hue angle of 328.55º degrees, saturation: 0.7, 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 #CA247B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 123 -
CMYK 0 0.82 0.39 0.21
HSL 328.55º 0.7% 0.47% -
HSV(B) 328.55º 0.82% 0.79% -
XYZ 28.56 15.25 20.18 -
YUV 95.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 202 36 123 0 0.82 0.39 0.21 328.55 0.7 0.47
Hex CA 24 7B 0 52 27 15 149 46 2F
Octal 312 44 173 0 122 47 25 511 106 57
Binary 11001010 100100 1111011 0 1010010 100111 10101 101001001 1000110 101111

Color Harmonies of #CA247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA247B

Black with #CA247B

Text Example


Text Example

White with #CA247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA247B; }

 p { color: rgb(202,36,123); }

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

background-color css

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

 a { background-color: rgb(202,36,123); }

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

border-color css

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

 span { border-color: rgb(202,36,123); }

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