Html Css Color HEX #C240B2 Fuchsia

📋 copy color: '#C240B2'

red 194 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #C240B2

Tints of Fuchsia #C240B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 44.5%
G = 14.68%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C240B2 (or 0xC240B2) is known color: Fuchsia. HEX triplet: C2, 40 and B2. RGB value is (194,64,178). Sum of RGB (Red+Green+Blue) = 194+64+178=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C240B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240B2 is #3DBF4D. Grayscale: #737373. Windows color (decimal): -4046670 or 11681986. OLE color: 11681986.

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

Color convert

RGB 194 64 178 -
CMYK 0 0.67 0.08 0.24
HSL 307.38º 0.52% 0.51% -
HSV(B) 307.38º 0.67% 0.76% -
XYZ 32.12 18.35 43.97 -
YUV 115.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 194 64 178 0 0.67 0.08 0.24 307.38 0.52 0.51
Hex C2 40 B2 0 43 8 18 133 34 33
Octal 302 100 262 0 103 10 30 463 64 63
Binary 11000010 1000000 10110010 0 1000011 1000 11000 100110011 110100 110011

Color Harmonies of #C240B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240B2

Black with #C240B2

Text Example


Text Example

White with #C240B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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