Html Css Color HEX #CA63C9 Fuchsia

📋 copy color: '#CA63C9'

red 202 ◦ green 99 ◦ blue 201

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

Shades of Fuchsia #CA63C9

Tints of Fuchsia #CA63C9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.72%

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 40.24%
G = 19.72%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA63C9 (or 0xCA63C9) is known color: Fuchsia. HEX triplet: CA, 63 and C9. RGB value is (202,99,201). Sum of RGB (Red+Green+Blue) = 202+99+201=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63C9 is #359C36. Grayscale: #8D8D8D. Windows color (decimal): -3513399 or 13198282. OLE color: 13198282.

HSL color Cylindrical-coordinate representation of color #CA63C9: hue angle of 300.58º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA63C9 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 99 201 -
CMYK 0 0.51 0.00 0.21
HSL 300.58º 0.49% 0.59% -
HSV(B) 300.58º 0.51% 0.79% -
XYZ 39.36 25.7 58.14 -
YUV 141.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 202 99 201 0 0.51 0.00 0.21 300.58 0.49 0.59
Hex CA 63 C9 0 33 0 15 12D 31 3B
Octal 312 143 311 0 63 0 25 455 61 73
Binary 11001010 1100011 11001001 0 110011 0 10101 100101101 110001 111011

Color Harmonies of #CA63C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63C9

Black with #CA63C9

Text Example


Text Example

White with #CA63C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63C9; }

 p { color: rgb(202,99,201); }

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

background-color css

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

 a { background-color: rgb(202,99,201); }

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

border-color css

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

 span { border-color: rgb(202,99,201); }

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