Html Css Color HEX #C240BC Fuchsia

📋 copy color: '#C240BC'

red 194 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #C240BC

Tints of Fuchsia #C240BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 43.5%
G = 14.35%
B = 42.15%

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

#C240BC (or 0xC240BC) is known color: Fuchsia. HEX triplet: C2, 40 and BC. RGB value is (194,64,188). Sum of RGB (Red+Green+Blue) = 194+64+188=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C240BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240BC is #3DBF43. Grayscale: #747474. Windows color (decimal): -4046660 or 12337346. OLE color: 12337346.

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

Color convert

RGB 194 64 188 -
CMYK 0 0.67 0.03 0.24
HSL 302.77º 0.52% 0.51% -
HSV(B) 302.77º 0.67% 0.76% -
XYZ 33.16 18.77 49.45 -
YUV 117.01 168.07 182.92 -
System Red Green Blue C M Y K H S L
Decimal 194 64 188 0 0.67 0.03 0.24 302.77 0.52 0.51
Hex C2 40 BC 0 43 3 18 12F 34 33
Octal 302 100 274 0 103 3 30 457 64 63
Binary 11000010 1000000 10111100 0 1000011 11 11000 100101111 110100 110011

Color Harmonies of #C240BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240BC

Black with #C240BC

Text Example


Text Example

White with #C240BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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