Html Css Color HEX #C440CA Fuchsia

📋 copy color: '#C440CA'

red 196 ◦ green 64 ◦ blue 202

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

Shades of Fuchsia #C440CA

Tints of Fuchsia #C440CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.85%

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

R = 42.42%
G = 13.85%
B = 43.72%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C440CA (or 0xC440CA) is known color: Fuchsia. HEX triplet: C4, 40 and CA. RGB value is (196,64,202). Sum of RGB (Red+Green+Blue) = 196+64+202=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #C440CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440CA is #3BBF35. Grayscale: #767676. Windows color (decimal): -3915574 or 13254852. OLE color: 13254852.

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

Color convert

RGB 196 64 202 -
CMYK 0.03 0.68 0 0.21
HSL 297.39º 0.57% 0.52% -
HSV(B) 297.39º 0.68% 0.79% -
XYZ 35.26 19.67 57.81 -
YUV 119.2 174.73 182.78 -
System Red Green Blue C M Y K H S L
Decimal 196 64 202 0.03 0.68 0 0.21 297.39 0.57 0.52
Hex C4 40 CA 3 44 0 15 129 39 34
Octal 304 100 312 3 104 0 25 451 71 64
Binary 11000100 1000000 11001010 11 1000100 0 10101 100101001 111001 110100

Color Harmonies of #C440CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440CA

Black with #C440CA

Text Example


Text Example

White with #C440CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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