Html Css Color HEX #C230CF Fuchsia

📋 copy color: '#C230CF'

red 194 ◦ green 48 ◦ blue 207

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

Shades of Fuchsia #C230CF

Tints of Fuchsia #C230CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 43.21%
G = 10.69%
B = 46.1%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C230CF (or 0xC230CF) is known color: Fuchsia. HEX triplet: C2, 30 and CF. RGB value is (194,48,207). Sum of RGB (Red+Green+Blue) = 194+48+207=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #C230CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230CF is #3DCF30. Grayscale: #6D6D6D. Windows color (decimal): -4050737 or 13578434. OLE color: 13578434.

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

Color convert

RGB 194 48 207 -
CMYK 0.06 0.77 0 0.19
HSL 295.09º 0.62% 0.5% -
HSV(B) 295.09º 0.77% 0.81% -
XYZ 34.57 18.09 60.7 -
YUV 109.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 194 48 207 0.06 0.77 0 0.19 295.09 0.62 0.5
Hex C2 30 CF 6 4D 0 13 127 3E 32
Octal 302 60 317 6 115 0 23 447 76 62
Binary 11000010 110000 11001111 110 1001101 0 10011 100100111 111110 110010

Color Harmonies of #C230CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C230CF

Black with #C230CF

Text Example


Text Example

White with #C230CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C230CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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