Html Css Color HEX #C230CD Fuchsia

📋 copy color: '#C230CD'

red 194 ◦ green 48 ◦ blue 205

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

Shades of Fuchsia #C230CD

Tints of Fuchsia #C230CD

RGB

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

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

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

R = 43.4%
G = 10.74%
B = 45.86%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C230CD (or 0xC230CD) is known color: Fuchsia. HEX triplet: C2, 30 and CD. RGB value is (194,48,205). Sum of RGB (Red+Green+Blue) = 194+48+205=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #C230CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230CD is #3DCF32. Grayscale: #6D6D6D. Windows color (decimal): -4050739 or 13447362. OLE color: 13447362.

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

Color convert

RGB 194 48 205 -
CMYK 0.05 0.77 0 0.20
HSL 295.8º 0.62% 0.5% -
HSV(B) 295.8º 0.77% 0.8% -
XYZ 34.32 17.99 59.42 -
YUV 109.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 194 48 205 0.05 0.77 0 0.20 295.8 0.62 0.5
Hex C2 30 CD 5 4D 0 14 128 3E 32
Octal 302 60 315 5 115 0 24 450 76 62
Binary 11000010 110000 11001101 101 1001101 0 10100 100101000 111110 110010

Color Harmonies of #C230CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C230CD

Black with #C230CD

Text Example


Text Example

White with #C230CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C230CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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