Html Css Color HEX #C63BCC Fuchsia

📋 copy color: '#C63BCC'

red 198 ◦ green 59 ◦ blue 204

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

Shades of Fuchsia #C63BCC

Tints of Fuchsia #C63BCC

RGB

 RED value IS 198 (77.73% from 255) = 42.95%

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 42.95%
G = 12.8%
B = 44.25%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C63BCC (or 0xC63BCC) is known color: Fuchsia. HEX triplet: C6, 3B and CC. RGB value is (198,59,204). Sum of RGB (Red+Green+Blue) = 198+59+204=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #C63BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BCC is #39C433. Grayscale: #747474. Windows color (decimal): -3785780 or 13384646. OLE color: 13384646.

HSL color Cylindrical-coordinate representation of color #C63BCC: hue angle of 297.52º 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 #C63BCC is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 59 204 -
CMYK 0.03 0.71 0 0.2
HSL 297.52º 0.59% 0.52% -
HSV(B) 297.52º 0.71% 0.8% -
XYZ 35.75 19.49 59.01 -
YUV 117.09 177.05 185.71 -
System Red Green Blue C M Y K H S L
Decimal 198 59 204 0.03 0.71 0 0.2 297.52 0.59 0.52
Hex C6 3B CC 3 47 0 14 12A 3B 34
Octal 306 73 314 3 107 0 24 452 73 64
Binary 11000110 111011 11001100 11 1000111 0 10100 100101010 111011 110100

Color Harmonies of #C63BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63BCC

Black with #C63BCC

Text Example


Text Example

White with #C63BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63BCC; }

 p { color: rgb(198,59,204); }

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

background-color css

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

 a { background-color: rgb(198,59,204); }

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

border-color css

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

 span { border-color: rgb(198,59,204); }

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