Html Css Color HEX #C345CB Fuchsia

📋 copy color: '#C345CB'

red 195 ◦ green 69 ◦ blue 203

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

Shades of Fuchsia #C345CB

Tints of Fuchsia #C345CB

RGB

 RED value IS 195 (76.56% from 255) = 41.76%

 GREEN value IS 69 (27.34% from 255) = 14.78%

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

R = 41.76%
G = 14.78%
B = 43.47%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C345CB (or 0xC345CB) is known color: Fuchsia. HEX triplet: C3, 45 and CB. RGB value is (195,69,203). Sum of RGB (Red+Green+Blue) = 195+69+203=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #C345CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345CB is #3CBA34. Grayscale: #797979. Windows color (decimal): -3979829 or 13321667. OLE color: 13321667.

HSL color Cylindrical-coordinate representation of color #C345CB: hue angle of 296.42º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C345CB is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 69 203 -
CMYK 0.04 0.66 0 0.20
HSL 296.42º 0.56% 0.53% -
HSV(B) 296.42º 0.66% 0.8% -
XYZ 35.41 20.17 58.53 -
YUV 121.95 173.74 180.1 -
System Red Green Blue C M Y K H S L
Decimal 195 69 203 0.04 0.66 0 0.20 296.42 0.56 0.53
Hex C3 45 CB 4 42 0 14 128 38 35
Octal 303 105 313 4 102 0 24 450 70 65
Binary 11000011 1000101 11001011 100 1000010 0 10100 100101000 111000 110101

Color Harmonies of #C345CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345CB

Black with #C345CB

Text Example


Text Example

White with #C345CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345CB; }

 p { color: rgb(195,69,203); }

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

background-color css

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

 a { background-color: rgb(195,69,203); }

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

border-color css

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

 span { border-color: rgb(195,69,203); }

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