Html Css Color HEX #CB69B0 Fuchsia

📋 copy color: '#CB69B0'

red 203 ◦ green 105 ◦ blue 176

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

Shades of Fuchsia #CB69B0

Tints of Fuchsia #CB69B0

RGB

 RED value IS 203 (79.69% from 255) = 41.94%

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

 BLUE value IS 176 (69.14% from 255) = 36.36%

R = 41.94%
G = 21.69%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB69B0 (or 0xCB69B0) is known color: Fuchsia. HEX triplet: CB, 69 and B0. RGB value is (203,105,176). Sum of RGB (Red+Green+Blue) = 203+105+176=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB69B0 is #34964F. Grayscale: #8E8E8E. Windows color (decimal): -3446352 or 11561419. OLE color: 11561419.

HSL color Cylindrical-coordinate representation of color #CB69B0: hue angle of 316.53º 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 #CB69B0 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 105 176 -
CMYK 0 0.48 0.13 0.20
HSL 316.53º 0.49% 0.6% -
HSV(B) 316.53º 0.48% 0.8% -
XYZ 37.52 25.93 44.1 -
YUV 142.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 203 105 176 0 0.48 0.13 0.20 316.53 0.49 0.6
Hex CB 69 B0 0 30 D 14 13D 31 3C
Octal 313 151 260 0 60 15 24 475 61 74
Binary 11001011 1101001 10110000 0 110000 1101 10100 100111101 110001 111100

Color Harmonies of #CB69B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB69B0

Black with #CB69B0

Text Example


Text Example

White with #CB69B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB69B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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