Html Css Color HEX #C240BE Fuchsia

📋 copy color: '#C240BE'

red 194 ◦ green 64 ◦ blue 190

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

Shades of Fuchsia #C240BE

Tints of Fuchsia #C240BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 43.3%
G = 14.29%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C240BE (or 0xC240BE) is known color: Fuchsia. HEX triplet: C2, 40 and BE. RGB value is (194,64,190). Sum of RGB (Red+Green+Blue) = 194+64+190=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C240BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240BE is #3DBF41. Grayscale: #747474. Windows color (decimal): -4046658 or 12468418. OLE color: 12468418.

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

Color convert

RGB 194 64 190 -
CMYK 0 0.67 0.02 0.24
HSL 301.85º 0.52% 0.51% -
HSV(B) 301.85º 0.67% 0.76% -
XYZ 33.38 18.85 50.6 -
YUV 117.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 194 64 190 0 0.67 0.02 0.24 301.85 0.52 0.51
Hex C2 40 BE 0 43 2 18 12E 34 33
Octal 302 100 276 0 103 2 30 456 64 63
Binary 11000010 1000000 10111110 0 1000011 10 11000 100101110 110100 110011

Color Harmonies of #C240BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240BE

Black with #C240BE

Text Example


Text Example

White with #C240BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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