Html Css Color HEX #C469CB Fuchsia

📋 copy color: '#C469CB'

red 196 ◦ green 105 ◦ blue 203

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

Shades of Fuchsia #C469CB

Tints of Fuchsia #C469CB

RGB

 RED value IS 196 (76.95% from 255) = 38.89%

 GREEN value IS 105 (41.41% from 255) = 20.83%

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

R = 38.89%
G = 20.83%
B = 40.28%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C469CB (or 0xC469CB) is known color: Fuchsia. HEX triplet: C4, 69 and CB. RGB value is (196,105,203). Sum of RGB (Red+Green+Blue) = 196+105+203=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #C469CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469CB is #3B9634. Grayscale: #8F8F8F. Windows color (decimal): -3905077 or 13330884. OLE color: 13330884.

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

Color convert

RGB 196 105 203 -
CMYK 0.03 0.48 0 0.20
HSL 295.71º 0.49% 0.6% -
HSV(B) 295.71º 0.48% 0.8% -
XYZ 38.6 26.15 59.51 -
YUV 143.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 196 105 203 0.03 0.48 0 0.20 295.71 0.49 0.6
Hex C4 69 CB 3 30 0 14 128 31 3C
Octal 304 151 313 3 60 0 24 450 61 74
Binary 11000100 1101001 11001011 11 110000 0 10100 100101000 110001 111100

Color Harmonies of #C469CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469CB

Black with #C469CB

Text Example


Text Example

White with #C469CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469CB; }

 p { color: rgb(196,105,203); }

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

background-color css

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

 a { background-color: rgb(196,105,203); }

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

border-color css

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

 span { border-color: rgb(196,105,203); }

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