Html Css Color HEX #CA49CD Fuchsia

📋 copy color: '#CA49CD'

red 202 ◦ green 73 ◦ blue 205

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

Shades of Fuchsia #CA49CD

Tints of Fuchsia #CA49CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.21%

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 42.08%
G = 15.21%
B = 42.71%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA49CD (or 0xCA49CD) is known color: Fuchsia. HEX triplet: CA, 49 and CD. RGB value is (202,73,205). Sum of RGB (Red+Green+Blue) = 202+73+205=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA49CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49CD is #35B632. Grayscale: #7E7E7E. Windows color (decimal): -3520051 or 13453770. OLE color: 13453770.

HSL color Cylindrical-coordinate representation of color #CA49CD: hue angle of 298.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA49CD is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 73 205 -
CMYK 0.01 0.64 0 0.20
HSL 298.64º 0.57% 0.55% -
HSV(B) 298.64º 0.64% 0.8% -
XYZ 37.76 21.73 59.96 -
YUV 126.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 202 73 205 0.01 0.64 0 0.20 298.64 0.57 0.55
Hex CA 49 CD 1 40 0 14 12B 39 37
Octal 312 111 315 1 100 0 24 453 71 67
Binary 11001010 1001001 11001101 1 1000000 0 10100 100101011 111001 110111

Color Harmonies of #CA49CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49CD

Black with #CA49CD

Text Example


Text Example

White with #CA49CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49CD; }

 p { color: rgb(202,73,205); }

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

background-color css

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

 a { background-color: rgb(202,73,205); }

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

border-color css

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

 span { border-color: rgb(202,73,205); }

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