Html Css Color HEX #C24BBC Fuchsia

📋 copy color: '#C24BBC'

red 194 ◦ green 75 ◦ blue 188

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

Shades of Fuchsia #C24BBC

Tints of Fuchsia #C24BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.41%

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

R = 42.45%
G = 16.41%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C24BBC (or 0xC24BBC) is known color: Fuchsia. HEX triplet: C2, 4B and BC. RGB value is (194,75,188). Sum of RGB (Red+Green+Blue) = 194+75+188=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BBC is #3DB443. Grayscale: #7B7B7B. Windows color (decimal): -4043844 or 12340162. OLE color: 12340162.

HSL color Cylindrical-coordinate representation of color #C24BBC: hue angle of 303.03º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24BBC is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 75 188 -
CMYK 0 0.61 0.03 0.24
HSL 303.03º 0.49% 0.53% -
HSV(B) 303.03º 0.61% 0.76% -
XYZ 33.84 20.13 49.68 -
YUV 123.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 194 75 188 0 0.61 0.03 0.24 303.03 0.49 0.53
Hex C2 4B BC 0 3D 3 18 12F 31 35
Octal 302 113 274 0 75 3 30 457 61 65
Binary 11000010 1001011 10111100 0 111101 11 11000 100101111 110001 110101

Color Harmonies of #C24BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BBC

Black with #C24BBC

Text Example


Text Example

White with #C24BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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