Html Css Color HEX #C230BC Fuchsia

📋 copy color: '#C230BC'

red 194 ◦ green 48 ◦ blue 188

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

Shades of Fuchsia #C230BC

Tints of Fuchsia #C230BC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.16%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 45.12%
G = 11.16%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C230BC (or 0xC230BC) is known color: Fuchsia. HEX triplet: C2, 30 and BC. RGB value is (194,48,188). Sum of RGB (Red+Green+Blue) = 194+48+188=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C230BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230BC is #3DCF43. Grayscale: #6B6B6B. Windows color (decimal): -4050756 or 12333250. OLE color: 12333250.

HSL color Cylindrical-coordinate representation of color #C230BC: hue angle of 302.47º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C230BC is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 188 -
CMYK 0 0.75 0.03 0.24
HSL 302.47º 0.6% 0.47% -
HSV(B) 302.47º 0.75% 0.76% -
XYZ 32.38 17.21 49.19 -
YUV 107.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 194 48 188 0 0.75 0.03 0.24 302.47 0.6 0.47
Hex C2 30 BC 0 4B 3 18 12E 3C 2F
Octal 302 60 274 0 113 3 30 456 74 57
Binary 11000010 110000 10111100 0 1001011 11 11000 100101110 111100 101111

Color Harmonies of #C230BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C230BC

Black with #C230BC

Text Example


Text Example

White with #C230BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C230BC; }

 p { color: rgb(194,48,188); }

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

background-color css

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

 a { background-color: rgb(194,48,188); }

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

border-color css

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

 span { border-color: rgb(194,48,188); }

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