Html Css Color HEX #CC69C2 Fuchsia

📋 copy color: '#CC69C2'

red 204 ◦ green 105 ◦ blue 194

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

Shades of Fuchsia #CC69C2

Tints of Fuchsia #CC69C2

RGB

 RED value IS 204 (80.08% from 255) = 40.56%

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 40.56%
G = 20.87%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC69C2 (or 0xCC69C2) is known color: Fuchsia. HEX triplet: CC, 69 and C2. RGB value is (204,105,194). Sum of RGB (Red+Green+Blue) = 204+105+194=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69C2 is #33963D. Grayscale: #909090. Windows color (decimal): -3380798 or 12741068. OLE color: 12741068.

HSL color Cylindrical-coordinate representation of color #CC69C2: hue angle of 306.06º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC69C2 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 194 -
CMYK 0 0.49 0.05 0.2
HSL 306.06º 0.49% 0.61% -
HSV(B) 306.06º 0.49% 0.8% -
XYZ 39.69 26.84 54.13 -
YUV 144.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 204 105 194 0 0.49 0.05 0.2 306.06 0.49 0.61
Hex CC 69 C2 0 31 5 14 132 31 3D
Octal 314 151 302 0 61 5 24 462 61 75
Binary 11001100 1101001 11000010 0 110001 101 10100 100110010 110001 111101

Color Harmonies of #CC69C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69C2

Black with #CC69C2

Text Example


Text Example

White with #CC69C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69C2; }

 p { color: rgb(204,105,194); }

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

background-color css

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

 a { background-color: rgb(204,105,194); }

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

border-color css

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

 span { border-color: rgb(204,105,194); }

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