Html Css Color HEX #C240B0 Fuchsia

📋 copy color: '#C240B0'

red 194 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #C240B0

Tints of Fuchsia #C240B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 44.7%
G = 14.75%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C240B0 (or 0xC240B0) is known color: Fuchsia. HEX triplet: C2, 40 and B0. RGB value is (194,64,176). Sum of RGB (Red+Green+Blue) = 194+64+176=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C240B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240B0 is #3DBF4F. Grayscale: #737373. Windows color (decimal): -4046672 or 11550914. OLE color: 11550914.

HSL color Cylindrical-coordinate representation of color #C240B0: hue angle of 308.31º 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 #C240B0 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 176 -
CMYK 0 0.67 0.09 0.24
HSL 308.31º 0.52% 0.51% -
HSV(B) 308.31º 0.67% 0.76% -
XYZ 31.92 18.27 42.92 -
YUV 115.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 194 64 176 0 0.67 0.09 0.24 308.31 0.52 0.51
Hex C2 40 B0 0 43 9 18 134 34 33
Octal 302 100 260 0 103 11 30 464 64 63
Binary 11000010 1000000 10110000 0 1000011 1001 11000 100110100 110100 110011

Color Harmonies of #C240B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240B0

Black with #C240B0

Text Example


Text Example

White with #C240B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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