Html Css Color HEX #C03BB4 Fuchsia

📋 copy color: '#C03BB4'

red 192 ◦ green 59 ◦ blue 180

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

Shades of Fuchsia #C03BB4

Tints of Fuchsia #C03BB4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.69%

 BLUE value IS 180 (70.7% from 255) = 41.76%

R = 44.55%
G = 13.69%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C03BB4 (or 0xC03BB4) is known color: Fuchsia. HEX triplet: C0, 3B and B4. RGB value is (192,59,180). Sum of RGB (Red+Green+Blue) = 192+59+180=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BB4 is #3FC44B. Grayscale: #707070. Windows color (decimal): -4179020 or 11811776. OLE color: 11811776.

HSL color Cylindrical-coordinate representation of color #C03BB4: hue angle of 305.41º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03BB4 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 180 -
CMYK 0 0.69 0.06 0.25
HSL 305.41º 0.53% 0.49% -
HSV(B) 305.41º 0.69% 0.75% -
XYZ 31.54 17.63 44.92 -
YUV 112.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 192 59 180 0 0.69 0.06 0.25 305.41 0.53 0.49
Hex C0 3B B4 0 45 6 19 131 35 31
Octal 300 73 264 0 105 6 31 461 65 61
Binary 11000000 111011 10110100 0 1000101 110 11001 100110001 110101 110001

Color Harmonies of #C03BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BB4

Black with #C03BB4

Text Example


Text Example

White with #C03BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BB4; }

 p { color: rgb(192,59,180); }

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

background-color css

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

 a { background-color: rgb(192,59,180); }

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

border-color css

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

 span { border-color: rgb(192,59,180); }

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