Html Css Color HEX #C240C1 Fuchsia

📋 copy color: '#C240C1'

red 194 ◦ green 64 ◦ blue 193

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

Shades of Fuchsia #C240C1

Tints of Fuchsia #C240C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.79%

R = 43.02%
G = 14.19%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C240C1 (or 0xC240C1) is known color: Fuchsia. HEX triplet: C2, 40 and C1. RGB value is (194,64,193). Sum of RGB (Red+Green+Blue) = 194+64+193=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C240C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240C1 is #3DBF3E. Grayscale: #757575. Windows color (decimal): -4046655 or 12665026. OLE color: 12665026.

HSL color Cylindrical-coordinate representation of color #C240C1: hue angle of 300.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C240C1 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 193 -
CMYK 0 0.67 0.01 0.24
HSL 300.46º 0.52% 0.51% -
HSV(B) 300.46º 0.67% 0.76% -
XYZ 33.71 18.99 52.34 -
YUV 117.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 194 64 193 0 0.67 0.01 0.24 300.46 0.52 0.51
Hex C2 40 C1 0 43 1 18 12C 34 33
Octal 302 100 301 0 103 1 30 454 64 63
Binary 11000010 1000000 11000001 0 1000011 1 11000 100101100 110100 110011

Color Harmonies of #C240C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240C1

Black with #C240C1

Text Example


Text Example

White with #C240C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240C1; }

 p { color: rgb(194,64,193); }

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

background-color css

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

 a { background-color: rgb(194,64,193); }

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

border-color css

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

 span { border-color: rgb(194,64,193); }

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