Html Css Color HEX #CA48D1 Fuchsia

📋 copy color: '#CA48D1'

red 202 ◦ green 72 ◦ blue 209

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

Shades of Fuchsia #CA48D1

Tints of Fuchsia #CA48D1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.91%

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 41.82%
G = 14.91%
B = 43.27%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA48D1 (or 0xCA48D1) is known color: Fuchsia. HEX triplet: CA, 48 and D1. RGB value is (202,72,209). Sum of RGB (Red+Green+Blue) = 202+72+209=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA48D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48D1 is #35B72E. Grayscale: #7E7E7E. Windows color (decimal): -3520303 or 13715658. OLE color: 13715658.

HSL color Cylindrical-coordinate representation of color #CA48D1: hue angle of 296.93º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA48D1 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 72 209 -
CMYK 0.03 0.66 0 0.18
HSL 296.93º 0.6% 0.55% -
HSV(B) 296.93º 0.66% 0.82% -
XYZ 38.18 21.79 62.52 -
YUV 126.49 174.57 181.86 -
System Red Green Blue C M Y K H S L
Decimal 202 72 209 0.03 0.66 0 0.18 296.93 0.6 0.55
Hex CA 48 D1 3 42 0 12 129 3C 37
Octal 312 110 321 3 102 0 22 451 74 67
Binary 11001010 1001000 11010001 11 1000010 0 10010 100101001 111100 110111

Color Harmonies of #CA48D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48D1

Black with #CA48D1

Text Example


Text Example

White with #CA48D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48D1; }

 p { color: rgb(202,72,209); }

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

background-color css

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

 a { background-color: rgb(202,72,209); }

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

border-color css

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

 span { border-color: rgb(202,72,209); }

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