Html Css Color HEX #C652CB Fuchsia

📋 copy color: '#C652CB'

red 198 ◦ green 82 ◦ blue 203

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

Shades of Fuchsia #C652CB

Tints of Fuchsia #C652CB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.98%

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

R = 40.99%
G = 16.98%
B = 42.03%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C652CB (or 0xC652CB) is known color: Fuchsia. HEX triplet: C6, 52 and CB. RGB value is (198,82,203). Sum of RGB (Red+Green+Blue) = 198+82+203=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #C652CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C652CB is #39AD34. Grayscale: #828282. Windows color (decimal): -3779893 or 13324998. OLE color: 13324998.

HSL color Cylindrical-coordinate representation of color #C652CB: hue angle of 297.52º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C652CB is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 82 203 -
CMYK 0.02 0.60 0 0.20
HSL 297.52º 0.54% 0.56% -
HSV(B) 297.52º 0.6% 0.8% -
XYZ 37.09 22.35 58.86 -
YUV 130.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 198 82 203 0.02 0.60 0 0.20 297.52 0.54 0.56
Hex C6 52 CB 2 3C 0 14 12A 36 38
Octal 306 122 313 2 74 0 24 452 66 70
Binary 11000110 1010010 11001011 10 111100 0 10100 100101010 110110 111000

Color Harmonies of #C652CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C652CB

Black with #C652CB

Text Example


Text Example

White with #C652CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C652CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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