Html Css Color HEX #CB69B5 Fuchsia

📋 copy color: '#CB69B5'

red 203 ◦ green 105 ◦ blue 181

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

Shades of Fuchsia #CB69B5

Tints of Fuchsia #CB69B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.01%

R = 41.51%
G = 21.47%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB69B5 (or 0xCB69B5) is known color: Fuchsia. HEX triplet: CB, 69 and B5. RGB value is (203,105,181). Sum of RGB (Red+Green+Blue) = 203+105+181=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69B5 is #34964A. Grayscale: #8E8E8E. Windows color (decimal): -3446347 or 11889099. OLE color: 11889099.

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

Color convert

RGB 203 105 181 -
CMYK 0 0.48 0.11 0.20
HSL 313.47º 0.49% 0.6% -
HSV(B) 313.47º 0.48% 0.8% -
XYZ 38.02 26.14 46.76 -
YUV 142.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 203 105 181 0 0.48 0.11 0.20 313.47 0.49 0.6
Hex CB 69 B5 0 30 B 14 139 31 3C
Octal 313 151 265 0 60 13 24 471 61 74
Binary 11001011 1101001 10110101 0 110000 1011 10100 100111001 110001 111100

Color Harmonies of #CB69B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB69B5

Black with #CB69B5

Text Example


Text Example

White with #CB69B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB69B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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