Html Css Color HEX #C263CA Fuchsia

📋 copy color: '#C263CA'

red 194 ◦ green 99 ◦ blue 202

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

Shades of Fuchsia #C263CA

Tints of Fuchsia #C263CA

RGB

 RED value IS 194 (76.17% from 255) = 39.19%

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

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 39.19%
G = 20%
B = 40.81%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C263CA (or 0xC263CA) is known color: Fuchsia. HEX triplet: C2, 63 and CA. RGB value is (194,99,202). Sum of RGB (Red+Green+Blue) = 194+99+202=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #C263CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263CA is #3D9C35. Grayscale: #8A8A8A. Windows color (decimal): -4037686 or 13263810. OLE color: 13263810.

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

Color convert

RGB 194 99 202 -
CMYK 0.04 0.51 0 0.21
HSL 295.34º 0.49% 0.59% -
HSV(B) 295.34º 0.51% 0.79% -
XYZ 37.37 24.66 58.67 -
YUV 139.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 194 99 202 0.04 0.51 0 0.21 295.34 0.49 0.59
Hex C2 63 CA 4 33 0 15 127 31 3B
Octal 302 143 312 4 63 0 25 447 61 73
Binary 11000010 1100011 11001010 100 110011 0 10101 100100111 110001 111011

Color Harmonies of #C263CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263CA

Black with #C263CA

Text Example


Text Example

White with #C263CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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