Html Css Color HEX #C240CB Fuchsia

📋 copy color: '#C240CB'

red 194 ◦ green 64 ◦ blue 203

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

Shades of Fuchsia #C240CB

Tints of Fuchsia #C240CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 42.08%
G = 13.88%
B = 44.03%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C240CB (or 0xC240CB) is known color: Fuchsia. HEX triplet: C2, 40 and CB. RGB value is (194,64,203). Sum of RGB (Red+Green+Blue) = 194+64+203=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #C240CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240CB is #3DBF34. Grayscale: #767676. Windows color (decimal): -4046645 or 13320386. OLE color: 13320386.

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

Color convert

RGB 194 64 203 -
CMYK 0.04 0.68 0 0.20
HSL 296.12º 0.57% 0.52% -
HSV(B) 296.12º 0.68% 0.8% -
XYZ 34.86 19.45 58.42 -
YUV 118.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 194 64 203 0.04 0.68 0 0.20 296.12 0.57 0.52
Hex C2 40 CB 4 44 0 14 128 39 34
Octal 302 100 313 4 104 0 24 450 71 64
Binary 11000010 1000000 11001011 100 1000100 0 10100 100101000 111001 110100

Color Harmonies of #C240CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240CB

Black with #C240CB

Text Example


Text Example

White with #C240CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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