Html Css Color HEX #C02CB4 Fuchsia

📋 copy color: '#C02CB4'

red 192 ◦ green 44 ◦ blue 180

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

Shades of Fuchsia #C02CB4

Tints of Fuchsia #C02CB4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.58%

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

R = 46.15%
G = 10.58%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C02CB4 (or 0xC02CB4) is known color: Fuchsia. HEX triplet: C0, 2C and B4. RGB value is (192,44,180). Sum of RGB (Red+Green+Blue) = 192+44+180=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CB4 is #3FD34B. Grayscale: #676767. Windows color (decimal): -4182860 or 11807936. OLE color: 11807936.

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

Color convert

RGB 192 44 180 -
CMYK 0 0.77 0.06 0.25
HSL 304.86º 0.63% 0.46% -
HSV(B) 304.86º 0.77% 0.75% -
XYZ 30.88 16.3 44.7 -
YUV 103.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 192 44 180 0 0.77 0.06 0.25 304.86 0.63 0.46
Hex C0 2C B4 0 4D 6 19 131 3F 2E
Octal 300 54 264 0 115 6 31 461 77 56
Binary 11000000 101100 10110100 0 1001101 110 11001 100110001 111111 101110

Color Harmonies of #C02CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CB4

Black with #C02CB4

Text Example


Text Example

White with #C02CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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