Html Css Color HEX #C469CA Fuchsia

📋 copy color: '#C469CA'

red 196 ◦ green 105 ◦ blue 202

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

Shades of Fuchsia #C469CA

Tints of Fuchsia #C469CA

RGB

 RED value IS 196 (76.95% from 255) = 38.97%

 GREEN value IS 105 (41.41% from 255) = 20.87%

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

R = 38.97%
G = 20.87%
B = 40.16%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C469CA (or 0xC469CA) is known color: Fuchsia. HEX triplet: C4, 69 and CA. RGB value is (196,105,202). Sum of RGB (Red+Green+Blue) = 196+105+202=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #C469CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469CA is #3B9635. Grayscale: #8E8E8E. Windows color (decimal): -3905078 or 13265348. OLE color: 13265348.

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

Color convert

RGB 196 105 202 -
CMYK 0.03 0.48 0 0.21
HSL 296.29º 0.48% 0.6% -
HSV(B) 296.29º 0.48% 0.79% -
XYZ 38.48 26.1 58.89 -
YUV 143.27 161.15 165.61 -
System Red Green Blue C M Y K H S L
Decimal 196 105 202 0.03 0.48 0 0.21 296.29 0.48 0.6
Hex C4 69 CA 3 30 0 15 128 30 3C
Octal 304 151 312 3 60 0 25 450 60 74
Binary 11000100 1101001 11001010 11 110000 0 10101 100101000 110000 111100

Color Harmonies of #C469CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469CA

Black with #C469CA

Text Example


Text Example

White with #C469CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469CA; }

 p { color: rgb(196,105,202); }

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

background-color css

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

 a { background-color: rgb(196,105,202); }

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

border-color css

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

 span { border-color: rgb(196,105,202); }

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