Html Css Color HEX #C240BD Fuchsia

📋 copy color: '#C240BD'

red 194 ◦ green 64 ◦ blue 189

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

Shades of Fuchsia #C240BD

Tints of Fuchsia #C240BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 43.4%
G = 14.32%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C240BD (or 0xC240BD) is known color: Fuchsia. HEX triplet: C2, 40 and BD. RGB value is (194,64,189). Sum of RGB (Red+Green+Blue) = 194+64+189=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C240BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240BD is #3DBF42. Grayscale: #747474. Windows color (decimal): -4046659 or 12402882. OLE color: 12402882.

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

Color convert

RGB 194 64 189 -
CMYK 0 0.67 0.03 0.24
HSL 302.31º 0.52% 0.51% -
HSV(B) 302.31º 0.67% 0.76% -
XYZ 33.27 18.81 50.02 -
YUV 117.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 194 64 189 0 0.67 0.03 0.24 302.31 0.52 0.51
Hex C2 40 BD 0 43 3 18 12E 34 33
Octal 302 100 275 0 103 3 30 456 64 63
Binary 11000010 1000000 10111101 0 1000011 11 11000 100101110 110100 110011

Color Harmonies of #C240BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240BD

Black with #C240BD

Text Example


Text Example

White with #C240BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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