Html Css Color HEX #C630CB Fuchsia

📋 copy color: '#C630CB'

red 198 ◦ green 48 ◦ blue 203

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

Shades of Fuchsia #C630CB

Tints of Fuchsia #C630CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 44.1%
G = 10.69%
B = 45.21%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C630CB (or 0xC630CB) is known color: Fuchsia. HEX triplet: C6, 30 and CB. RGB value is (198,48,203). Sum of RGB (Red+Green+Blue) = 198+48+203=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #C630CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630CB is #39CF34. Grayscale: #6E6E6E. Windows color (decimal): -3788597 or 13316294. OLE color: 13316294.

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

Color convert

RGB 198 48 203 -
CMYK 0.02 0.76 0 0.20
HSL 298.06º 0.62% 0.49% -
HSV(B) 298.06º 0.76% 0.8% -
XYZ 35.13 18.43 58.21 -
YUV 110.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 198 48 203 0.02 0.76 0 0.20 298.06 0.62 0.49
Hex C6 30 CB 2 4C 0 14 12A 3E 31
Octal 306 60 313 2 114 0 24 452 76 61
Binary 11000110 110000 11001011 10 1001100 0 10100 100101010 111110 110001

Color Harmonies of #C630CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630CB

Black with #C630CB

Text Example


Text Example

White with #C630CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630CB; }

 p { color: rgb(198,48,203); }

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

background-color css

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

 a { background-color: rgb(198,48,203); }

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

border-color css

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

 span { border-color: rgb(198,48,203); }

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