Html Css Color HEX #CA63C3 Fuchsia

📋 copy color: '#CA63C3'

red 202 ◦ green 99 ◦ blue 195

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

Shades of Fuchsia #CA63C3

Tints of Fuchsia #CA63C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.31%

R = 40.73%
G = 19.96%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA63C3 (or 0xCA63C3) is known color: Fuchsia. HEX triplet: CA, 63 and C3. RGB value is (202,99,195). Sum of RGB (Red+Green+Blue) = 202+99+195=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63C3 is #359C3C. Grayscale: #8C8C8C. Windows color (decimal): -3513405 or 12805066. OLE color: 12805066.

HSL color Cylindrical-coordinate representation of color #CA63C3: hue angle of 304.08º 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 #CA63C3 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 99 195 -
CMYK 0 0.51 0.03 0.21
HSL 304.08º 0.49% 0.59% -
HSV(B) 304.08º 0.51% 0.79% -
XYZ 38.67 25.42 54.5 -
YUV 140.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 202 99 195 0 0.51 0.03 0.21 304.08 0.49 0.59
Hex CA 63 C3 0 33 3 15 130 31 3B
Octal 312 143 303 0 63 3 25 460 61 73
Binary 11001010 1100011 11000011 0 110011 11 10101 100110000 110001 111011

Color Harmonies of #CA63C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63C3

Black with #CA63C3

Text Example


Text Example

White with #CA63C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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