Html Css Color HEX #C24BBE Fuchsia

📋 copy color: '#C24BBE'

red 194 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #C24BBE

Tints of Fuchsia #C24BBE

RGB

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

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

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

R = 42.27%
G = 16.34%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C24BBE (or 0xC24BBE) is known color: Fuchsia. HEX triplet: C2, 4B and BE. RGB value is (194,75,190). Sum of RGB (Red+Green+Blue) = 194+75+190=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BBE is #3DB441. Grayscale: #7B7B7B. Windows color (decimal): -4043842 or 12471234. OLE color: 12471234.

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

Color convert

RGB 194 75 190 -
CMYK 0 0.61 0.02 0.24
HSL 302.02º 0.49% 0.53% -
HSV(B) 302.02º 0.61% 0.76% -
XYZ 34.06 20.22 50.82 -
YUV 123.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 194 75 190 0 0.61 0.02 0.24 302.02 0.49 0.53
Hex C2 4B BE 0 3D 2 18 12E 31 35
Octal 302 113 276 0 75 2 30 456 61 65
Binary 11000010 1001011 10111110 0 111101 10 11000 100101110 110001 110101

Color Harmonies of #C24BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BBE

Black with #C24BBE

Text Example


Text Example

White with #C24BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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