Html Css Color HEX #C04BCB Fuchsia

📋 copy color: '#C04BCB'

red 192 ◦ green 75 ◦ blue 203

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

Shades of Fuchsia #C04BCB

Tints of Fuchsia #C04BCB

RGB

 RED value IS 192 (75.39% from 255) = 40.85%

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

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

R = 40.85%
G = 15.96%
B = 43.19%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C04BCB (or 0xC04BCB) is known color: Fuchsia. HEX triplet: C0, 4B and CB. RGB value is (192,75,203). Sum of RGB (Red+Green+Blue) = 192+75+203=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #C04BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BCB is #3FB434. Grayscale: #7C7C7C. Windows color (decimal): -4174901 or 13323200. OLE color: 13323200.

HSL color Cylindrical-coordinate representation of color #C04BCB: hue angle of 294.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04BCB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 75 203 -
CMYK 0.05 0.63 0 0.20
HSL 294.84º 0.55% 0.55% -
HSV(B) 294.84º 0.63% 0.8% -
XYZ 35.03 20.55 58.62 -
YUV 124.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 192 75 203 0.05 0.63 0 0.20 294.84 0.55 0.55
Hex C0 4B CB 5 3F 0 14 127 37 37
Octal 300 113 313 5 77 0 24 447 67 67
Binary 11000000 1001011 11001011 101 111111 0 10100 100100111 110111 110111

Color Harmonies of #C04BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BCB

Black with #C04BCB

Text Example


Text Example

White with #C04BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BCB; }

 p { color: rgb(192,75,203); }

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

background-color css

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

 a { background-color: rgb(192,75,203); }

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

border-color css

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

 span { border-color: rgb(192,75,203); }

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