Html Css Color HEX #C449CA Fuchsia

📋 copy color: '#C449CA'

red 196 ◦ green 73 ◦ blue 202

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

Shades of Fuchsia #C449CA

Tints of Fuchsia #C449CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.5%

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

R = 41.61%
G = 15.5%
B = 42.89%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C449CA (or 0xC449CA) is known color: Fuchsia. HEX triplet: C4, 49 and CA. RGB value is (196,73,202). Sum of RGB (Red+Green+Blue) = 196+73+202=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #C449CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449CA is #3BB635. Grayscale: #7C7C7C. Windows color (decimal): -3913270 or 13257156. OLE color: 13257156.

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

Color convert

RGB 196 73 202 -
CMYK 0.03 0.64 0 0.21
HSL 297.21º 0.55% 0.54% -
HSV(B) 297.21º 0.64% 0.79% -
XYZ 35.81 20.77 58 -
YUV 124.48 171.75 179.01 -
System Red Green Blue C M Y K H S L
Decimal 196 73 202 0.03 0.64 0 0.21 297.21 0.55 0.54
Hex C4 49 CA 3 40 0 15 129 37 36
Octal 304 111 312 3 100 0 25 451 67 66
Binary 11000100 1001001 11001010 11 1000000 0 10101 100101001 110111 110110

Color Harmonies of #C449CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449CA

Black with #C449CA

Text Example


Text Example

White with #C449CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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