Html Css Color HEX #C03BCD Fuchsia

📋 copy color: '#C03BCD'

red 192 ◦ green 59 ◦ blue 205

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

Shades of Fuchsia #C03BCD

Tints of Fuchsia #C03BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 42.11%
G = 12.94%
B = 44.96%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C03BCD (or 0xC03BCD) is known color: Fuchsia. HEX triplet: C0, 3B and CD. RGB value is (192,59,205). Sum of RGB (Red+Green+Blue) = 192+59+205=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #C03BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BCD is #3FC432. Grayscale: #727272. Windows color (decimal): -4178995 or 13450176. OLE color: 13450176.

HSL color Cylindrical-coordinate representation of color #C03BCD: hue angle of 294.66º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03BCD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 59 205 -
CMYK 0.06 0.71 0 0.20
HSL 294.66º 0.59% 0.52% -
HSV(B) 294.66º 0.71% 0.8% -
XYZ 34.32 18.74 59.57 -
YUV 115.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 192 59 205 0.06 0.71 0 0.20 294.66 0.59 0.52
Hex C0 3B CD 6 47 0 14 127 3B 34
Octal 300 73 315 6 107 0 24 447 73 64
Binary 11000000 111011 11001101 110 1000111 0 10100 100100111 111011 110100

Color Harmonies of #C03BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03BCD

Black with #C03BCD

Text Example


Text Example

White with #C03BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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