Html Css Color HEX #CA51C8 Fuchsia

📋 copy color: '#CA51C8'

red 202 ◦ green 81 ◦ blue 200

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

Shades of Fuchsia #CA51C8

Tints of Fuchsia #CA51C8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.77%

 BLUE value IS 200 (78.52% from 255) = 41.41%

R = 41.82%
G = 16.77%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA51C8 (or 0xCA51C8) is known color: Fuchsia. HEX triplet: CA, 51 and C8. RGB value is (202,81,200). Sum of RGB (Red+Green+Blue) = 202+81+200=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51C8 is #35AE37. Grayscale: #828282. Windows color (decimal): -3518008 or 13128138. OLE color: 13128138.

HSL color Cylindrical-coordinate representation of color #CA51C8: hue angle of 300.99º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51C8 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 81 200 -
CMYK 0 0.60 0.01 0.21
HSL 300.99º 0.53% 0.55% -
HSV(B) 300.99º 0.6% 0.79% -
XYZ 37.72 22.61 57.02 -
YUV 130.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 202 81 200 0 0.60 0.01 0.21 300.99 0.53 0.55
Hex CA 51 C8 0 3C 1 15 12D 35 37
Octal 312 121 310 0 74 1 25 455 65 67
Binary 11001010 1010001 11001000 0 111100 1 10101 100101101 110101 110111

Color Harmonies of #CA51C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51C8

Black with #CA51C8

Text Example


Text Example

White with #CA51C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51C8; }

 p { color: rgb(202,81,200); }

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

background-color css

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

 a { background-color: rgb(202,81,200); }

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

border-color css

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

 span { border-color: rgb(202,81,200); }

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